summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* {cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch2013-01-161-0/+3
* mac80211: update mesh peer link counter during userspace peeringMarco Porsch2013-01-161-3/+19
* mac80211: allow disable power save in meshChun-Yeow Yeoh2013-01-161-1/+2
* cfg80211: disallow more station changesJohannes Berg2013-01-031-4/+5
* nl80211/mac80211: support full station state in AP modeJohannes Berg2013-01-031-44/+71
* mac80211: track enable_beacon explicitlyJohannes Berg2013-01-031-0/+3
* mac80211: optimise AP stop RCU handlingJohannes Berg2013-01-031-2/+7
* mac80211: remove final sta_info_flush()Johannes Berg2013-01-031-4/+3
* mac80211: flush AP_VLAN stations when tearing down the BSS APFelix Fietkau2013-01-031-0/+2
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-061-29/+48
|\
| * mac80211: re-organize the rx rate calculation logicSaravana2012-11-291-28/+33
| * mac80211: support P2P GO powersave configurationJohannes Berg2012-11-271-1/+15
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-64/+73
|\|
| * mac80211: support VHT rates in TX infoJohannes Berg2012-11-261-17/+24
| * mac80211: support drivers reporting VHT RXJohannes Berg2012-11-261-3/+23
| * mac80211: convert to channel definition structJohannes Berg2012-11-261-27/+14
| * nl80211/cfg80211: support VHT channel configurationJohannes Berg2012-11-261-2/+3
| * cfg80211: pass a channel definition structJohannes Berg2012-11-261-19/+24
| * cfg80211: remove remain-on-channel channel typeJohannes Berg2012-11-261-19/+8
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-2/+4
|\|
| * mac80211: make remain_on_channel() op pass vif paramEliad Peller2012-11-191-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-0/+3
|\ \ | |/ |/|
| * mac80211: do not call ieee80211_configure_filter if no interfaces are upFelix Fietkau2012-10-311-0/+3
* | mac80211: implement set_mcast_rate() callbackAntonio Quartulli2012-11-051-0/+11
* | mac80211: use a counter for remain-on-channel cookieJohannes Berg2012-10-301-6/+15
* | mac80211: handle TX power per virtual interfaceJohannes Berg2012-10-301-15/+32
* | cfg80211: allow per interface TX power settingJohannes Berg2012-10-301-1/+4
* | mac80211: add explicit AP/GO driver operationsJohannes Berg2012-10-261-0/+11
* | mac80211: move AP teardown code to correct placeJohannes Berg2012-10-261-9/+19
* | nl/cfg80211: force scan using an AP vif if requestedAntonio Quartulli2012-10-181-1/+10
* | mac80211: remove some unused codeJohannes Berg2012-10-181-2/+0
* | {nl,cfg}80211: Peer STA VHT capsMahesh Palivela2012-10-171-0/+5
* | mac80211: track needed RX chains for channel contextsJohannes Berg2012-10-171-4/+11
* | mac80211: use channel contextsJohannes Berg2012-10-171-120/+128
* | mac80211: track whether to use channel contextsJohannes Berg2012-10-161-0/+3
|/
* cfg80211: constify name parameter to add_virtual_intfJohannes Berg2012-09-191-1/+2
* mac80211: change locking around ieee80211_recalc_smpsJohannes Berg2012-09-141-2/+0
* mac80211: add key flag for management keysJohannes Berg2012-09-101-0/+32
* Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2012-09-061-5/+4
|\
| * mac80211: Various small fixes for cfg.c: mpath_set_pinfo()LEO Airwarosu Yoichi Shinoda2012-09-051-5/+4
* | mac80211: Fix AP mode regressionSujith Manoharan2012-08-221-1/+1
* | mac80211: support P2P Device abstractionJohannes Berg2012-08-201-0/+18
* | mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira2012-08-201-9/+7
* | mac80211: use eth_broadcast_addrJohannes Berg2012-07-311-1/+1
* | mac80211: fix current vs. operating channel in preq/beaconJohannes Berg2012-07-311-6/+14
* | mac80211: use oper_channel in utils and configJohannes Berg2012-07-311-3/+3
* | mac80211: add PS flag to bss_confEliad Peller2012-07-311-2/+4
|/
* mac80211: flush stations before stop beaconingEliad Peller2012-07-181-0/+1
* mac80211: fix tx-mgmt cookie value being left uninitializedNicolas Cavallari2012-07-171-0/+1
* cfg80211/mac80211: re-add get_channel operationJohannes Berg2012-07-131-0/+11