Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90092
b: refs/heads/master
c: 1d1b535
h: refs/heads/master
v: v3
  • Loading branch information
Luis Carlos Cobo authored and John W. Linville committed Mar 6, 2008
1 parent 1125a97 commit e2b6c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 37659ff8e1d8d1f9c86bdb974d41479ccd001213
refs/heads/master: 1d1b535969ca5572d87a6fcac49e1e1a31241b99
4 changes: 2 additions & 2 deletions trunk/net/mac80211/ieee80211_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -3878,8 +3878,8 @@ ieee80211_sta_scan_result(struct net_device *dev,
bss->ssid);
}

if (bss->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS
|| bss_mesh_cfg(bss))) {
if (bss->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)
|| bss_mesh_cfg(bss)) {
memset(&iwe, 0, sizeof(iwe));
iwe.cmd = SIOCGIWMODE;
if (bss_mesh_cfg(bss))
Expand Down

0 comments on commit e2b6c02

Please sign in to comment.