Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290568
b: refs/heads/master
c: 775e1a4
h: refs/heads/master
v: v3
  • Loading branch information
Luciano Coelho committed Feb 15, 2012
1 parent febd5ca commit f47f837
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 75f25548bea11d35b7cb0879eea595d3f86a0cc4
refs/heads/master: 775e1a4bd57a117ae181afebf59e26fa072db6a8
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/wl12xx/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,15 @@ static int wl1271_event_process(struct wl1271 *wl, struct event_mailbox *mbox)

/* TODO: configure only the relevant vif */
wl12xx_for_each_wlvif_sta(wl, wlvif) {
struct ieee80211_vif *vif = wl12xx_wlvif_to_vif(wlvif);
bool success;

if (!test_and_clear_bit(WLVIF_FLAG_CS_PROGRESS,
&wl->flags))
continue;

success = mbox->channel_switch_status ? false : true;
vif = wl12xx_wlvif_to_vif(wlvif);

ieee80211_chswitch_done(vif, success);
}
}
Expand Down

0 comments on commit f47f837

Please sign in to comment.