Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327670
b: refs/heads/master
c: 4797c7b
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed Aug 20, 2012
1 parent 04bec01 commit f289ff4
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: 3d01be72e6fe372a0602221090707a1f04c44646
refs/heads/master: 4797c7ba93e4049cdda18045c01bbe563aafff69
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@ ieee80211_rx_h_action(struct ieee80211_rx_data *rx)

goto queue;
case WLAN_CATEGORY_SPECTRUM_MGMT:
if (local->hw.conf.channel->band != IEEE80211_BAND_5GHZ)
if (status->band != IEEE80211_BAND_5GHZ)
break;

if (sdata->vif.type != NL80211_IFTYPE_STATION)
Expand Down

0 comments on commit f289ff4

Please sign in to comment.