aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-07mac80211: fix sw scan lockingJohannes Berg1-2/+1
2010-10-06mac80211: avoid uninitialized var warning in ieee80211_scan_cancelJohn W. Linville1-3/+4
2010-10-06mac80211: compete scan to cfg80211 if deferred scan fail to startStanislaw Gruszka1-0/+2
2010-10-06mac80211: do not requeue scan work when not neededStanislaw Gruszka1-12/+3
2010-10-06mac80211: assure we also cancel deferred scan requestStanislaw Gruszka1-10/+25
2010-10-06mac80211: keep lock when calling __ieee80211_scan_completed()Stanislaw Gruszka1-36/+39
2010-10-06mac80211: reduce number of __ieee80211_scan_completed callsStanislaw Gruszka1-22/+29
2010-09-24mac80211: Add DS Parameter Set into Probe Request on 2.4 GHzJouni Malinen1-1/+2
2010-09-24mac80211: Filter ProbeReq SuppRates based on TX rate maskJouni Malinen1-1/+1
2010-08-27mac80211: allow scan to complete from any contextJohannes Berg1-8/+26
2010-08-16mac80211: per interface idle notificationJohannes Berg1-0/+2
2010-08-16mac80211: unify scan and work mutexesJohannes Berg1-15/+15
2010-08-04mac80211: fix scan locking wrt. hw scanJohannes Berg1-14/+0
2010-07-29mac80211: allow drivers to request DTIM periodJohannes Berg1-0/+4
2010-07-28Revert "mac80211: fix sw scan bracketing"Luis R. Rodriguez1-2/+2
2010-06-21mac80211: Fix compile warning in scan.c.Gertjan van Wingerde1-1/+1
2010-06-18mac80211: fix sw scan bracketingJohannes Berg1-2/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-19/+107
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-13/+40
2010-05-03mac80211: improve IBSS scanningJohannes Berg1-1/+27
2010-04-28mac80211: do not wip out old supported ratesStanislaw Gruszka1-10/+11
2010-04-27mac80211: give virtual interface to hw_scanJohannes Berg1-2/+2
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-0/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-08mac80211: enhance tracingJohannes Berg1-0/+2
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-03-09mac80211: Improve software scan timingHelmut Schaa1-6/+65
2010-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-8/+19
2010-02-08mac80211: fix deferred hardware scan requestsJohannes Berg1-8/+10
2010-01-26mac80211: wait for beacon before enabling powersaveJohannes Berg1-4/+0
2010-01-12mac80211: add U-APSD client supportKalle Valo1-0/+18
2010-01-12mac80211: fix a few work bugsJohannes Berg1-0/+1
2010-01-06Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville1-5/+5
2010-01-05mac80211: No need to include WEXT headers hereJouni Malinen1-1/+0
2009-12-28mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen1-150/+6
2009-12-28mac80211: proper bss private data handlingJohannes Berg1-11/+18
2009-12-28mac80211: generalise work handlingJohannes Berg1-6/+2
2009-12-28mac80211: introduce flush operationJohannes Berg1-2/+11
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-6/+6
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-4/+16
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-1/+1
2009-12-07mac80211: Fix dynamic power save for scanning.Vivek Natarajan1-4/+16
2009-11-02cfg80211: validate scan channelsJohannes Berg1-11/+2
2009-11-02mac80211: fix scan abort sanity checksJohannes Berg1-4/+8
2009-10-30mac80211: split hardware scan by bandJohannes Berg1-25/+71
2009-10-30mac80211: remove outdated commentJohannes Berg1-2/+0
2009-10-27mac80211: replace netif_tx_{start,stop,wake}_all_queuesJohn W. Linville1-5/+5
2009-09-23mac80211: fix DTIM settingJohannes Berg1-2/+2
2009-08-28mac80211: fix scan cancel on ifdownJohannes Berg1-3/+6
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-14/+2