Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352679
b: refs/heads/master
c: 739e42f
h: refs/heads/master
i:
  352677: bba2969
  352675: 3c408ae
  352671: c8e266a
v: v3
  • Loading branch information
Johannes Berg committed Feb 12, 2013
1 parent 433cfc6 commit 265a24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 9b26b5002937850846046a99de8c6065ff86fa6d
refs/heads/master: 739e42f4f3fc5906db049b54e45498c7ab5bba81
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/dvm/rxon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1545,10 +1545,9 @@ void iwlagn_bss_info_changed(struct ieee80211_hw *hw,
bss_conf->bssid);
}

if (changes & BSS_CHANGED_BEACON && vif->type == NL80211_IFTYPE_ADHOC &&
priv->beacon_ctx) {
if (changes & BSS_CHANGED_BEACON && priv->beacon_ctx == ctx) {
if (iwlagn_update_beacon(priv, vif))
IWL_ERR(priv, "Error sending IBSS beacon\n");
IWL_ERR(priv, "Error updating beacon\n");
}

mutex_unlock(&priv->mutex);
Expand Down

0 comments on commit 265a24b

Please sign in to comment.