Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259839
b: refs/heads/master
c: ad3a245
h: refs/heads/master
i:
  259837: 9a2d3a3
  259835: 0a05520
  259831: d6e0122
  259823: 1411684
  259807: 0c50e19
  259775: f58ab57
  259711: 4888685
  259583: 9d85a6b
v: v3
  • Loading branch information
Wanlong Gao authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent c305b1b commit 0c58040
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 2e8b6b4785b2e8467a21ae74002757096fde2d92
refs/heads/master: ad3a245c356d23f26fe637dd6d6402c2e1b3c03f
4 changes: 0 additions & 4 deletions trunk/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2726,11 +2726,7 @@ 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,ieee80211_start_ibss_wq);
INIT_WORK(&ieee->associate_complete_wq, ieee80211_associate_complete_wq);
Expand Down

0 comments on commit 0c58040

Please sign in to comment.