Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136199
b: refs/heads/master
c: 3832c28
h: refs/heads/master
i:
  136197: d261334
  136195: ab476d0
  136191: f749f04
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 28, 2009
1 parent e2a606c commit c24eacf
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: 5a0fe8ac70f81b5b91156736066e6445d0dcc61f
refs/heads/master: 3832c287f11ba001bbe48e9be8c59cb9f71f6b43
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@ ieee80211_rx_h_mgmt(struct ieee80211_rx_data *rx)
if (ieee80211_vif_is_mesh(&sdata->vif))
return ieee80211_mesh_rx_mgmt(sdata, rx->skb, rx->status);

if (sdata->vif.type != NL80211_IFTYPE_ADHOC)
if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
return ieee80211_ibss_rx_mgmt(sdata, rx->skb, rx->status);

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

0 comments on commit c24eacf

Please sign in to comment.