Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171868
b: refs/heads/master
c: 72b5734
h: refs/heads/master
v: v3
  • Loading branch information
Vidhya Govindan authored and John W. Linville committed Nov 18, 2009
1 parent ef04247 commit 7dd12fa
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: d531cf303f765bf3477330e58fbeab75da668931
refs/heads/master: 72b57344a2a1f98c6838c2268fdc5ed5fae54cd8
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1105,8 +1105,8 @@ static void wl1251_op_bss_info_changed(struct ieee80211_hw *hw,
wl->beacon_int = bss_conf->beacon_int;
wl->dtim_period = bss_conf->dtim_period;

/* FIXME: call join */

ret = wl1251_acx_wr_tbtt_and_dtim(wl, wl->beacon_int,
wl->dtim_period);
wl->aid = bss_conf->aid;

ret = wl1251_build_ps_poll(wl, wl->aid);
Expand Down

0 comments on commit 7dd12fa

Please sign in to comment.