aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan2012-02-291-2/+2
* mac80211: revert on-channel work optimisationsJohannes Berg2012-01-251-52/+6
* mac80211: fill rate filter for internal scan requestsSimon Wunderlich2011-11-301-0/+6
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-1/+1
|\
| * Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki2011-10-071-1/+1
| |\
| | * PM QoS: Move and rename the implementation filesJean Pihet2011-08-251-1/+1
* | | mac80211: Build TX radiotap header dynamicallyHelmut Schaa2011-10-141-5/+1
* | | mac80211: allow out-of-band EOSP notificationJohannes Berg2011-09-301-0/+14
* | | mac80211: handle TDLS high-level commands and framesArik Nemtsov2011-09-301-0/+4
* | | Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-201-1/+1
|\ \ \ | |/ /
| * | mac80211: fix suspend/resume races with unregister hwStanislaw Gruszka2011-08-221-1/+1
| |/
* | mac80211: Don't use a buf_size=0 in ADDBA requestsHelmut Schaa2011-08-081-0/+1
|/
* mac80211: add missing rcu_barrierJohannes Berg2011-05-161-0/+2
* mac80211: verify IBSS in interface combinationsJohannes Berg2011-05-161-3/+17
* mac80211: sparse RCU annotationsJohannes Berg2011-05-161-0/+2
* cfg80211: advertise possible interface combinationsJohannes Berg2011-05-161-4/+12
* cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stoppedLuciano Coelho2011-05-121-0/+3
* mac80211: add support for HW scheduled scanLuciano Coelho2011-05-111-1/+5
* mac80211: Fix build error when CONFIG_PM is not definedLarry Finger2011-05-101-2/+5
* mac80211: add basic support for WoWLANJohannes Berg2011-05-051-0/+4
* cfg80211: Remove unused wiphy flagJouni Malinen2011-05-051-2/+1
* cfg80211: module_param to disable HT40 in 2.4GHz bandAmitkumar Karwar2011-04-251-18/+0
* mac80211: send notification on new peer candidate for our secure meshJavier Cardona2011-04-121-0/+5
* mac80211: Let user space receive and send mesh auth/deauth framesJavier Cardona2011-04-121-1/+3
* mac80211: clean up station cleanup timerJohannes Berg2011-04-041-5/+0
* mac80211: Add log message to ieee80211_restart_hw()Michael Buesch2011-03-071-0/+3
* mac80211: fix 2.4 GHz 40 MHz disablingJohannes Berg2011-02-181-1/+13
* mac80211: Ensure power-level set properly for scanning.Ben Greear2011-02-091-1/+2
* mac80211: Allow scanning on existing channel-type.Ben Greear2011-02-091-2/+14
* mac80211: Optimize scans on current operating channel.Ben Greear2011-02-041-6/+47
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-281-1/+11
|\
| * mac80211: fix lockdep warningJohannes Berg2011-01-131-1/+11
* | mac80211: add hw configuration for max ampdu buffer sizeLuciano Coelho2011-01-191-0/+1
|/
* mac80211: implement hardware offload for remain-on-channelJohannes Berg2011-01-051-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-051-0/+3
|\
| * mac80211: serialize rx path workersChristian Lamparter2011-01-041-0/+3
* | mac80211: make LED trigger names available earlyJohannes Berg2010-12-221-0/+2
|/
* mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona2010-12-201-0/+4
* nl80211: advertise maximum remain-on-channel durationJohannes Berg2010-12-151-0/+2
* mac80211: support IBSS RSN with SW cryptoJohannes Berg2010-12-131-1/+5
* mac80211: support separate default keysJohannes Berg2010-12-131-1/+2
* mac80211: Fix compilation error when mesh is disabledJavier Cardona2010-12-071-0/+2
* cfg80211/mac80211: add mesh join/leave commandsJohannes Berg2010-12-061-1/+2
* mac80211: Fix scan_ies_len to include DS ParamsJouni Malinen2010-10-271-2/+3
* mac80211: cancel restart_work explicitly instead of depending on flush_schedu...Tejun Heo2010-10-251-7/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-151-0/+3
|\
| * mac80211: add probe request filter flagJohannes Berg2010-10-131-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-081-10/+17
|\ \ | |/
| * mac80211: assure we also cancel deferred scan requestStanislaw Gruszka2010-10-061-2/+1
| * mac80211: fix deadlock with multiple interfacesJohannes Berg2010-10-051-1/+1