aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/work.c
Commit message (Expand)AuthorAgeFilesLines
* Backport mac80211 from 3.4 kernelWolfgang Wiedmeyer2017-01-211-910/+9
* mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka2013-02-141-5/+3
* mac80211: config hw when going back on-channelEliad Peller2011-11-111-2/+1
* mac80211: fix remain_off_channel regressionEliad Peller2011-11-111-2/+2
* mac80211: fix offchannel TX cookie matchingJohannes Berg2011-11-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-4/+2
|\
| * mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-261-4/+2
* | net/mac80211,rcu: convert call_rcu(work_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-9/+1
|/
* mac80211: remove unused macrosShan Wei2011-03-071-1/+0
* mac80211: fix 2.4 GHz 40 MHz disablingJohannes Berg2011-02-181-6/+0
* mac80211: Allow work items to use existing channel type.Ben Greear2011-02-091-3/+50
* mac80211: Optimize scans on current operating channel.Ben Greear2011-02-041-11/+55
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-1/+4
|\
| * mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski2010-12-131-1/+4
* | mac80211: Show max number of probe tries in debug message.Ben Greear2010-12-081-2/+3
* | mac80211: implement off-channel mgmt TXJohannes Berg2010-11-291-0/+22
|/
* mac80211: per interface idle notificationJohannes Berg2010-08-161-4/+4
* mac80211: unify scan and work mutexesJohannes Berg2010-08-161-20/+15
* mac80211: allow drivers to request DTIM periodJohannes Berg2010-07-291-0/+43
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-171-1/+1
|\
| * mac80211: fix warn, enum may be used uninitializedChristoph Fritz2010-06-161-1/+1
* | wireless: fix several minor description typosWalter Goldens2010-06-021-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-2/+25
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-2/+25
| |\
| | * mac80211: don't process work item with wrong frameJohannes Berg2010-05-121-2/+25
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-9/+19
|\ \ \ | |/ /
| * | mac80211: fix supported rates IE if AP doesn't give us it's ratesStanislaw Gruszka2010-04-281-9/+19
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-1/+6
|\ \ \ | |/ /
| * | mac80211: check whether scan is in progress before queueing scan_workTeemu Paasikivi2010-04-091-1/+6
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mac80211: fix direct probe loop on ieee80211_work_purgeJuuso Oikarinen2010-02-261-0/+1
* mac80211: track work started through callbacksJohannes Berg2010-01-251-7/+10
* mac80211: fix WARN_ON in the new work codeFelix Fietkau2010-01-251-2/+0
* mac80211: add debugfs interface for U-APSD queue configurationKalle Valo2010-01-121-2/+2
* mac80211: add U-APSD client supportKalle Valo2010-01-121-2/+10
* mac80211: fix a few work bugsJohannes Berg2010-01-121-0/+4
* mac80211: fix a warning related to pointer conversion to u64 cookieKalle Valo2010-01-051-6/+6
* mac80211: remove requeue from workJohannes Berg2009-12-281-18/+0
* mac80211: make off-channel work genericJohannes Berg2009-12-281-54/+81
* mac80211: support remain-on-channel commandJohannes Berg2009-12-281-4/+130
* mac80211: proper bss private data handlingJohannes Berg2009-12-281-2/+1
* mac80211: split up and insert custom IEs correctlyJohannes Berg2009-12-281-7/+36
* mac80211: refactor associationJohannes Berg2009-12-281-109/+130
* mac80211: rewrite a few work messagesJohannes Berg2009-12-281-10/+10
* mac80211: generalise work handlingJohannes Berg2009-12-281-0/+902