Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368508
b: refs/heads/master
c: acc9780
h: refs/heads/master
v: v3
  • Loading branch information
Vladimir Kondratiev authored and John W. Linville committed Mar 13, 2013
1 parent 6481321 commit a43113d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de70ab87b1e4ba1669638381b80f2d90ea09576c
refs/heads/master: acc9780d6e4e034b0ea98e199c196799a02049fd
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/wil6210/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ static int wil_cfg80211_connect(struct wiphy *wiphy,

/* WMI_CONNECT_CMD */
memset(&conn, 0, sizeof(conn));
switch (bss->capability & 0x03) {
switch (bss->capability & WLAN_CAPABILITY_DMG_TYPE_MASK) {
case WLAN_CAPABILITY_DMG_TYPE_AP:
conn.network_type = WMI_NETTYPE_INFRA;
break;
Expand Down

0 comments on commit a43113d

Please sign in to comment.