Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171689
b: refs/heads/master
c: cee71d6
h: refs/heads/master
i:
  171687: 4aeaa6a
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Nov 11, 2009
1 parent 255e1fe commit e9a32ec
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: b4afffc0cfa3f35ee011d5ed4153e49f5cc3bc96
refs/heads/master: cee71d6c1471953239ea4c13306888cf2b36426e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static int ath_rx_prepare(struct ieee80211_hw *hw,

rcu_read_lock();
/* XXX: use ieee80211_find_sta! */
sta = ieee80211_find_sta_by_hw(sc->hw, hdr->addr2);
sta = ieee80211_find_sta_by_hw(hw, hdr->addr2);
if (sta) {
an = (struct ath_node *) sta->drv_priv;
if (ds->ds_rxstat.rs_rssi != ATH9K_RSSI_BAD &&
Expand Down

0 comments on commit e9a32ec

Please sign in to comment.