Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259837
b: refs/heads/master
c: bf8996d
h: refs/heads/master
i:
  259835: 0a05520
v: v3
  • Loading branch information
Wanlong Gao authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 056febf commit 9a2d3a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: d5a76f335105f4dd92082299c6f9fbdc6eb4f4b9
refs/heads/master: bf8996dc2419083f2d4d5e7d271c7156a92a268e
Original file line number Diff line number Diff line change
Expand Up @@ -2568,11 +2568,8 @@ void ieee80211_softmac_init(struct ieee80211_device *ieee)
ieee->beacon_timer.data = (unsigned long) ieee;
ieee->beacon_timer.function = ieee80211_send_beacon_cb;

#ifdef PF_SYNCTHREAD
ieee->wq = create_workqueue(DRV_NAME,0);
#else
ieee->wq = create_workqueue(DRV_NAME);
#endif

INIT_DELAYED_WORK(&ieee->start_ibss_wq,(void*) ieee80211_start_ibss_wq);
INIT_WORK(&ieee->associate_complete_wq,(void*) ieee80211_associate_complete_wq);
INIT_WORK(&ieee->associate_procedure_wq,(void*) ieee80211_associate_procedure_wq);
Expand Down

0 comments on commit 9a2d3a3

Please sign in to comment.