summaryrefslogtreecommitdiffstats
path: root/net/mac80211/scan.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: track AP's beacon rate and give it to the driverAlexander Bondar2013-06-131-0/+9
* mac80211: parse VHT channel switch IEsJohannes Berg2013-04-161-1/+1
* mac80211: check ERP info IE length in parserJohannes Berg2013-04-081-3/+2
* mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-3/+3
* mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-2/+2
* mac80211: remove a few set but unused variablesJohannes Berg2013-03-111-3/+0
* mac80211: add radar detection command/eventSimon Wunderlich2013-02-151-0/+3
* mac80211: Add flushes before going off-channelSeth Forshee2013-02-111-0/+3
* mac80211: Fix tx queue handling during scansSeth Forshee2013-02-111-3/+6
* mac80211: introduce beacon-only timing dataJohannes Berg2013-02-111-1/+4
* cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-1/+2
* mac80211: improve latency and throughput while software scanningStanislaw Gruszka2013-01-311-27/+5
* mac80211: start auth/assoc timeout on frame statusJohannes Berg2013-01-311-1/+2
* mac80211: remove unused mesh data from bssJohannes Berg2013-01-311-9/+0
* mac80211: remove last_probe_resp from bssJohannes Berg2013-01-311-3/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-10/+5
|\
| * mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka2013-01-161-10/+5
* | mac82011: use frame control to differentiate probe resp/beaconEmmanuel Grumbach2013-01-031-5/+4
|/
* mac80211: fix dtim_period in hidden SSID AP associationJohannes Berg2013-01-031-12/+0
* mac80211: fix ibss scanningStanislaw Gruszka2013-01-031-10/+24
* Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-111-1/+1
|\
| * mac80211: a few whitespace fixesJohannes Berg2012-12-101-1/+1
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-061-9/+12
|\|
| * mac80211: make ieee80211_build_preq_ies saferJohannes Berg2012-11-301-9/+12
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-8/+1
|\|
| * cfg80211: use DS or HT operation IEs to determine BSS channelJohannes Berg2012-11-231-8/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-1/+1
|\ \ | |/ |/|
| * mac80211: init sched_scan_iesDavid Spinadel2012-10-311-1/+1
* | mac80211: add support for tx to abort low priority scan requestsSam Leffler2012-10-181-4/+17
* | mac80211: use channel contextsJohannes Berg2012-10-171-2/+2
* | mac80211: track whether to use channel contextsJohannes Berg2012-10-161-0/+4
|/
* net/mac80211/scan.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-071-1/+1
* mac80211: don't hang on to sched_scan_iesJohannes Berg2012-09-061-25/+14
* Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2012-09-061-2/+1
|\
| * mac80211: don't clear sched_scan_sdata on sched scan stop requestEliad Peller2012-07-301-1/+0
| * Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg2012-07-301-58/+65
| |\
| * | mac80211: fix scan_sdata assignmentJohannes Berg2012-07-241-1/+1
* | | mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg2012-08-201-1/+2
* | | mac80211: check operating channel in scanJohannes Berg2012-08-201-5/+4
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-201-54/+62
|\ \
| * | mac80211: add time synchronisation with BSS for assocJohannes Berg2012-07-121-1/+2
| * | mac80211: redesign scan RXJohannes Berg2012-07-121-34/+23
| * | mac80211: track scheduled scan virtual interfaceJohannes Berg2012-07-121-10/+10
| * | mac80211: make scan_sdata pointer usable with RCUJohannes Berg2012-07-121-9/+24
| * | mac80211: fix invalid band deref building preq IEsArik Nemtsov2012-07-121-0/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-2/+2
|\| |
| * | mac80211: unify SW/offload remain-on-channelJohannes Berg2012-06-061-2/+2
| |/
* / net: Remove casts to same typeJoe Perches2012-06-041-2/+1
|/
* mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-1/+1
* mac80211: Support on-channel scan option.Ben Greear2012-04-231-26/+69