aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/work.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-30mac80211: revert on-channel work optimisationsJohannes Berg1-91/+8
2011-11-21mac80211: Support ht-cap over-rides.Ben Greear1-4/+12
2011-11-09mac80211: simplify ieee80211_work_workStanislaw Gruszka1-14/+3
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+3
2011-11-08mac80211: Add HT helper functionsAlexander Simon1-28/+1
2011-11-02mac80211: config hw when going back on-channelEliad Peller1-2/+1
2011-11-02mac80211: fix remain_off_channel regressionEliad Peller1-2/+2
2011-10-11mac80211: fix offchannel TX cookie matchingJohannes Berg1-1/+1
2011-09-27mac80211: Send the management frame at requested rateRajkumar Manoharan1-1/+1
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches1-4/+2
2011-07-20mac80211: sync driver before TXJohannes Berg1-0/+25
2011-07-19mac80211: implement scan supported ratesJohannes Berg1-1/+2
2011-06-27mac80211: Drop DS Channel PARAM in directed probePaul Stewart1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+2
2011-05-07net/mac80211,rcu: convert call_rcu(work_free_rcu) to kfree_rcu()Lai Jiangshan1-9/+1
2011-04-26mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan1-4/+2
2011-03-07mac80211: remove unused macrosShan Wei1-1/+0
2011-02-18mac80211: fix 2.4 GHz 40 MHz disablingJohannes Berg1-6/+0
2011-02-09mac80211: Allow work items to use existing channel type.Ben Greear1-3/+50
2011-02-04mac80211: Optimize scans on current operating channel.Ben Greear1-11/+55
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+4
2010-12-13mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski1-1/+4
2010-12-08mac80211: Show max number of probe tries in debug message.Ben Greear1-2/+3
2010-11-29mac80211: implement off-channel mgmt TXJohannes Berg1-0/+22
2010-08-16mac80211: per interface idle notificationJohannes Berg1-4/+4
2010-08-16mac80211: unify scan and work mutexesJohannes Berg1-20/+15
2010-07-29mac80211: allow drivers to request DTIM periodJohannes Berg1-0/+43
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-06-16mac80211: fix warn, enum may be used uninitializedChristoph Fritz1-1/+1
2010-06-02wireless: fix several minor description typosWalter Goldens1-1/+1
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+25
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+25
2010-05-12mac80211: don't process work item with wrong frameJohannes Berg1-2/+25
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-9/+19
2010-04-28mac80211: fix supported rates IE if AP doesn't give us it's ratesStanislaw Gruszka1-9/+19
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+6
2010-04-09mac80211: check whether scan is in progress before queueing scan_workTeemu Paasikivi1-1/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26mac80211: fix direct probe loop on ieee80211_work_purgeJuuso Oikarinen1-0/+1
2010-01-25mac80211: track work started through callbacksJohannes Berg1-7/+10
2010-01-25mac80211: fix WARN_ON in the new work codeFelix Fietkau1-2/+0
2010-01-12mac80211: add debugfs interface for U-APSD queue configurationKalle Valo1-2/+2
2010-01-12mac80211: add U-APSD client supportKalle Valo1-2/+10
2010-01-12mac80211: fix a few work bugsJohannes Berg1-0/+4
2010-01-05mac80211: fix a warning related to pointer conversion to u64 cookieKalle Valo1-6/+6
2009-12-28mac80211: remove requeue from workJohannes Berg1-18/+0
2009-12-28mac80211: make off-channel work genericJohannes Berg1-54/+81
2009-12-28mac80211: support remain-on-channel commandJohannes Berg1-4/+130
2009-12-28mac80211: proper bss private data handlingJohannes Berg1-2/+1
2009-12-28mac80211: split up and insert custom IEs correctlyJohannes Berg1-7/+36