aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/main.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-23mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into driversGravatar Johannes Berg 1-3/+0
2013-07-16mac80211: allow scanning for 5/10 MHz channels in IBSSGravatar Simon Wunderlich 1-11/+2
2013-07-16cfg80211/mac80211: use reduced txpower for 5 and 10 MHzGravatar Simon Wunderlich 1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+3
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Gravatar Kees Cook 1-1/+1
2013-06-03cfg80211: take WoWLAN support information out of wiphy structGravatar Johannes Berg 1-2/+1
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Gravatar Johannes Berg 1-2/+2
2013-04-16mac80211: adjust initial chandefs assignments in ieee80211_register_hwGravatar Karl Beldan 1-11/+12
2013-04-08mac80211: let drivers not supporting channel contexts use VHTGravatar Karl Beldan 1-13/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanGravatar Karl Beldan 1-25/+34
2013-03-25mac80211: allow drivers to set default uAPSD parametersGravatar Alexander Bondar 1-0/+2
2013-03-18mac80211: stop queues temporarily for flushingGravatar Johannes Berg 1-2/+2
2013-03-11mac80211: remove a few set but unused variablesGravatar Johannes Berg 1-4/+0
2013-03-07mac80211: provide ieee80211_sta_eosp()Gravatar Johannes Berg 1-14/+0
2013-03-06mac80211: support userspace MPMGravatar Thomas Pedersen 1-1/+2
2013-03-06mac80211: remove napiGravatar Stanislaw Gruszka 1-30/+0
2013-03-06mac80211: support VHT capability overridesGravatar Johannes Berg 1-0/+22
2013-02-27mac80211: convert to idr_alloc()Gravatar Tejun Heo 1-2/+0
2013-02-15mac80211: clean up mesh codeGravatar Johannes Berg 1-2/+1
2013-02-15nl80211: renumber NL80211_FEATURE_FULL_AP_CLIENT_STATEGravatar Johannes Berg 1-2/+1
2013-02-15mac80211: advertise operating mode notification capabilityGravatar Johannes Berg 1-0/+9
2013-02-15mac80211: add radar detection command/eventGravatar Simon Wunderlich 1-0/+13
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEGravatar Johannes Berg 1-3/+0
2013-02-11mac80211: protect rx-path with spinlockGravatar Christian Lamparter 1-13/+1
2013-01-18mac80211: allow drivers to access IPv6 informationGravatar Johannes Berg 1-0/+48
2013-01-18mac80211: remove ARP filter enable/disable logicGravatar Johannes Berg 1-12/+4
2013-01-03nl80211/mac80211: support full station state in AP modeGravatar Johannes Berg 1-1/+2
2013-01-03mac80211: assign bss_conf.bssid only onceGravatar Johannes Berg 1-20/+0
2013-01-03mac80211: further simplify ieee80211_bss_info_change_notifyGravatar Johannes Berg 1-14/+0
2013-01-03mac80211: track enable_beacon explicitlyGravatar Johannes Berg 1-32/+0
2013-01-03mac80211: Allow disabling SGI-20Gravatar Ben Greear 1-0/+1
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-1/+4
2012-11-30mac80211: allow userspace registration for probe requests in IBSSGravatar Antonio Quartulli 1-1/+2
2012-11-27mac80211: support (partial) VHT radiotap informationGravatar Johannes Berg 1-0/+2
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-6/+17
2012-11-26mac80211: convert to channel definition structGravatar Johannes Berg 1-5/+16
2012-11-26cfg80211: remove remain-on-channel channel typeGravatar Johannes Berg 1-1/+1
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+4
2012-11-09mac80211: fix memory leak in device registration error pathGravatar Johannes Berg 1-2/+4
2012-10-30mac80211: handle TX power per virtual interfaceGravatar Johannes Berg 1-11/+16
2012-10-22mac80211: fix WDS channel context testGravatar Johannes Berg 1-1/+1
2012-10-18nl/cfg80211: force scan using an AP vif if requestedGravatar Antonio Quartulli 1-1/+3
2012-10-18mac80211: add support for tx to abort low priority scan requestsGravatar Sam Leffler 1-0/+3
2012-10-18wireless: use OR operation to set wiphy featuresGravatar Johannes Berg 1-3/+3
2012-10-17ieee80211: Rename VHT cap structGravatar Mahesh Palivela 1-1/+1
2012-10-17mac80211: Allow station mode SAE to be implemented in user spaceGravatar Jouni Malinen 1-0/+1
2012-10-17mac80211: track needed RX chains for channel contextsGravatar Johannes Berg 1-9/+9
2012-10-17mac80211: use channel contextsGravatar Johannes Berg 1-16/+27
2012-10-16mac80211: track whether to use channel contextsGravatar Johannes Berg 1-0/+22
2012-10-16mac80211: check channel context methodsGravatar Johannes Berg 1-0/+7