Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159355
b: refs/heads/master
c: ae6f53f
h: refs/heads/master
i:
  159353: ac544b9
  159351: 18b5ddc
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Aug 4, 2009
1 parent b07a05a commit dfc4e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 57c9fff3d0c5d77bc7910717faeca4e8a018b1ee
refs/heads/master: ae6f53f25f9803212d1985b5eb5a03111f439c24
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,8 @@ ath5k_mode_setup(struct ath5k_softc *sc)
struct ath5k_hw *ah = sc->ah;
u32 rfilt;

ah->ah_op_mode = sc->opmode;

/* configure rx filter */
rfilt = sc->filter_flags;
ath5k_hw_set_rx_filter(ah, rfilt);
Expand Down Expand Up @@ -2768,6 +2770,7 @@ static int ath5k_add_interface(struct ieee80211_hw *hw,
}

ath5k_hw_set_lladdr(sc->ah, conf->mac_addr);
ath5k_mode_setup(sc);

ret = 0;
end:
Expand Down

0 comments on commit dfc4e51

Please sign in to comment.