Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183951
b: refs/heads/master
c: 4754ffd
h: refs/heads/master
i:
  183949: a38ee91
  183947: 0bb84b0
  183943: 83430b0
  183935: 2d0ca5a
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Feb 1, 2010
1 parent fad288d commit ae83811
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: e0b20f1c67fc4379fce430ff720969f35e123eed
refs/heads/master: 4754ffd68bc14de8db01451c49bb07adebe1e422
4 changes: 2 additions & 2 deletions trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2359,7 +2359,7 @@ static void __ieee80211_rx_handle_packet(struct ieee80211_hw *hw,
continue;
}

rx.sta = sta_info_get(prev, hdr->addr2);
rx.sta = sta_info_get_bss(prev, hdr->addr2);

rx.flags |= IEEE80211_RX_RA_MATCH;
prepares = prepare_for_handlers(prev, &rx, hdr);
Expand Down Expand Up @@ -2395,7 +2395,7 @@ static void __ieee80211_rx_handle_packet(struct ieee80211_hw *hw,
}

if (prev) {
rx.sta = sta_info_get(prev, hdr->addr2);
rx.sta = sta_info_get_bss(prev, hdr->addr2);

rx.flags |= IEEE80211_RX_RA_MATCH;
prepares = prepare_for_handlers(prev, &rx, hdr);
Expand Down

0 comments on commit ae83811

Please sign in to comment.