Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265472
b: refs/heads/master
c: cf104c2
h: refs/heads/master
v: v3
  • Loading branch information
Kalle Valo committed Aug 9, 2011
1 parent 771a277 commit 7282843
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b2c76bbe005cd23dfd80fe2140bd18daf4d3b16a
refs/heads/master: cf104c2a207f550d9c3b8f8bcf73cb11765692f6
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ static inline bool is_ch_11a(u16 ch)
return (!((ch >= 2412) && (ch <= 2484)));
}

/* struct ath6kl_node_table::nt_nodelock is locked when calling this */
static void ath6kl_cfg80211_scan_node(void *arg, struct bss *ni)
{
struct wiphy *wiphy = (struct wiphy *)arg;
Expand Down Expand Up @@ -769,7 +770,7 @@ static void ath6kl_cfg80211_scan_node(void *arg, struct bss *ni)
"%s: bssid %pM ch %d freq %d size %d\n", __func__,
mgmt->bssid, channel->hw_value, freq, size);
cfg80211_inform_bss_frame(wiphy, channel, mgmt,
size, signal, GFP_KERNEL);
size, signal, GFP_ATOMIC);

kfree(ieeemgmtbuf);
}
Expand Down

0 comments on commit 7282843

Please sign in to comment.