aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/scan.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-8/+19
2010-02-08mac80211: fix deferred hardware scan requestsGravatar Johannes Berg 1-8/+10
2010-01-26mac80211: wait for beacon before enabling powersaveGravatar Johannes Berg 1-4/+0
2010-01-12mac80211: add U-APSD client supportGravatar Kalle Valo 1-0/+18
2010-01-12mac80211: fix a few work bugsGravatar Johannes Berg 1-0/+1
2010-01-06Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"Gravatar John W. Linville 1-5/+5
2010-01-05mac80211: No need to include WEXT headers hereGravatar Jouni Malinen 1-1/+0
2009-12-28mac80211: Generalize off-channel operation helpers from scan codeGravatar Jouni Malinen 1-150/+6
2009-12-28mac80211: proper bss private data handlingGravatar Johannes Berg 1-11/+18
2009-12-28mac80211: generalise work handlingGravatar Johannes Berg 1-6/+2
2009-12-28mac80211: introduce flush operationGravatar Johannes Berg 1-2/+11
2009-12-28mac80211: add ieee80211_sdata_runningGravatar Johannes Berg 1-6/+6
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Gravatar John W. Linville 1-4/+16
2009-12-21mac80211: reduce reliance on netdevGravatar Johannes Berg 1-1/+1
2009-12-07mac80211: Fix dynamic power save for scanning.Gravatar Vivek Natarajan 1-4/+16
2009-11-02cfg80211: validate scan channelsGravatar Johannes Berg 1-11/+2
2009-11-02mac80211: fix scan abort sanity checksGravatar Johannes Berg 1-4/+8
2009-10-30mac80211: split hardware scan by bandGravatar Johannes Berg 1-25/+71
2009-10-30mac80211: remove outdated commentGravatar Johannes Berg 1-2/+0
2009-10-27mac80211: replace netif_tx_{start,stop,wake}_all_queuesGravatar John W. Linville 1-5/+5
2009-09-23mac80211: fix DTIM settingGravatar Johannes Berg 1-2/+2
2009-08-28mac80211: fix scan cancel on ifdownGravatar Johannes Berg 1-3/+6
2009-08-20mac80211: allow configure_filter callback to sleepGravatar Johannes Berg 1-14/+2
2009-08-14cfg80211: fix alignment problem in scan requestGravatar Johannes Berg 1-5/+5
2009-08-04mac80211: redefine usage of the mac80211 workqueueGravatar Luis R. Rodriguez 1-4/+4
2009-07-29cfg80211: self-contained wext handling where possibleGravatar Johannes Berg 1-1/+0
2009-07-29mac80211: fix an oops in ieee80211_scan_state_set_channelGravatar Helmut Schaa 1-1/+4
2009-07-27mac80211: rename scan_state to next_scan_stateGravatar Helmut Schaa 1-10/+10
2009-07-27mac80211: implement basic background scanningGravatar Helmut Schaa 1-8/+109
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldGravatar Helmut Schaa 1-13/+10
2009-07-27mac80211: introduce a new scan state "decision"Gravatar Helmut Schaa 1-14/+26
2009-07-27mac80211: advance the state machine immediately if no delay is neededGravatar Helmut Schaa 1-9/+15
2009-07-27mac80211: refactor the scan codeGravatar Helmut Schaa 1-58/+78
2009-07-24mac80211: remove master netdevGravatar Johannes Berg 1-11/+8
2009-07-10mac80211: rework MLME for multiple authenticationsGravatar Johannes Berg 1-19/+4
2009-07-10mac80211: shorten the passive dwell time for sw scansGravatar Helmut Schaa 1-1/+1
2009-07-10mac80211: push rx status into skb->cbGravatar Johannes Berg 1-2/+2
2009-05-20mac80211: cancel/restart all timers across suspend/resumeGravatar Johannes Berg 1-0/+18
2009-05-11mac80211: improve scan timingGravatar Johannes Berg 1-8/+23
2009-05-11mac80211: fix scan channel raceGravatar Johannes Berg 1-0/+1
2009-05-06mac80211: tell driver when idleGravatar Johannes Berg 1-10/+7
2009-05-06mac80211: add driver ops wrappersGravatar Johannes Berg 1-16/+12
2009-05-06mac80211: unify config_interface and bss_info_changedGravatar Johannes Berg 1-4/+4
2009-05-06mac80211: fix scan races and rework scanningGravatar Johannes Berg 1-175/+212
2009-04-22mac80211: convert to cfg80211 IBSS APIGravatar Johannes Berg 1-2/+0
2009-04-22mac80211: improve powersave implementationGravatar Johannes Berg 1-1/+1
2009-04-22mac80211: pass all probe request IEs to driverGravatar Johannes Berg 1-1/+23
2009-03-27mac80211: disable power save when scanningGravatar Kalle Valo 1-2/+62
2009-03-27mac80211: don't drop nullfunc frames during software scanGravatar Kalle Valo 1-0/+13
2009-03-16mac80211: handle failed scan requests in STA modeGravatar Helmut Schaa 1-0/+12