Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214738
b: refs/heads/master
c: 9ee82d5
h: refs/heads/master
v: v3
  • Loading branch information
Eliad Peller authored and John W. Linville committed Sep 21, 2010
1 parent 7a6e6bd commit f25e27b
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: 58be4607d25f86962dee6cc6b30573f95303517e
refs/heads/master: 9ee82d541095cb64bf16a1f5d7573a8cddc125aa
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1271_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ static void wl1271_op_bss_info_changed(struct ieee80211_hw *hw,
if (ret < 0)
goto out;

if ((changed && BSS_CHANGED_BEACON_INT) &&
if ((changed & BSS_CHANGED_BEACON_INT) &&
(wl->bss_type == BSS_TYPE_IBSS)) {
wl1271_debug(DEBUG_ADHOC, "ad-hoc beacon interval updated: %d",
bss_conf->beacon_int);
Expand All @@ -1643,7 +1643,7 @@ static void wl1271_op_bss_info_changed(struct ieee80211_hw *hw,
do_join = true;
}

if ((changed && BSS_CHANGED_BEACON) &&
if ((changed & BSS_CHANGED_BEACON) &&
(wl->bss_type == BSS_TYPE_IBSS)) {
struct sk_buff *beacon = ieee80211_beacon_get(hw, vif);

Expand Down

0 comments on commit f25e27b

Please sign in to comment.