aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06mac80211: disallow changing auto_open_plinksThomas Pedersen1-1/+4
2013-03-06mac80211: support userspace MPMThomas Pedersen1-1/+2
2013-03-06cfg80211: rename mesh station typesThomas Pedersen1-2/+2
2013-03-06mac80211: flush keys when stopping APJohannes Berg1-1/+4
2013-03-06mac80211: defer tailroom counter manipulation when roamingJohannes Berg1-1/+1
2013-03-06mac80211: Allow drivers to differentiate between ROC typesIlan Peer1-6/+15
2013-03-06cfg80211: comprehensively check station changesJohannes Berg1-47/+78
2013-03-06cfg80211: clean up mesh plink station change APIJohannes Berg1-3/+11
2013-02-28mac80211: really fix monitor mode channel reportingJohannes Berg1-8/+13
2013-02-26mac80211: fix monitor mode channel reportingFelix Fietkau1-3/+9
2013-02-15mac80211: clean up mesh codeJohannes Berg1-7/+7
2013-02-15cfg80211: Pass TDLS peer's QoS/HT/VHT information during set_stationJouni Malinen1-2/+4
2013-02-15mac80211: cache mesh beaconThomas Pedersen1-6/+3
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-2/+1
2013-02-15mac80211: pass station to ieee80211_vht_cap_ie_to_sta_vht_capJohannes Berg1-2/+1
2013-02-15Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg1-1/+2
2013-02-15mac80211: consolidate MBSS change notificationThomas Pedersen1-9/+11
2013-02-15mac80211: add radar detection command/eventSimon Wunderlich1-1/+35
2013-02-11mac80211: Fix tx queue handling during scansSeth Forshee1-1/+2
2013-02-11mac80211: explicitly copy channels to VLANs where neededJohannes Berg1-0/+2
2013-02-06mac80211: fix error in sizeof() usageCong Ding1-1/+2
2013-02-04mac80211: mesh power save basicsMarco Porsch1-1/+26
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+11
2013-01-16{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch1-0/+3
2013-01-16mac80211: update mesh peer link counter during userspace peeringMarco Porsch1-3/+19
2013-01-16mac80211: allow disable power save in meshChun-Yeow Yeoh1-1/+2
2013-01-16mac80211: fix FT roamingJohannes Berg1-1/+11
2013-01-03cfg80211: disallow more station changesJohannes Berg1-4/+5
2013-01-03nl80211/mac80211: support full station state in AP modeJohannes Berg1-44/+71
2013-01-03mac80211: track enable_beacon explicitlyJohannes Berg1-0/+3
2013-01-03mac80211: optimise AP stop RCU handlingJohannes Berg1-2/+7
2013-01-03mac80211: remove final sta_info_flush()Johannes Berg1-4/+3
2013-01-03mac80211: flush AP_VLAN stations when tearing down the BSS APFelix Fietkau1-0/+2
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-29/+48
2012-11-29mac80211: re-organize the rx rate calculation logicSaravana1-28/+33
2012-11-27mac80211: support P2P GO powersave configurationJohannes Berg1-1/+15
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-64/+73
2012-11-26mac80211: support VHT rates in TX infoJohannes Berg1-17/+24
2012-11-26mac80211: support drivers reporting VHT RXJohannes Berg1-3/+23
2012-11-26mac80211: convert to channel definition structJohannes Berg1-27/+14
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg1-2/+3
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-19/+24
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg1-19/+8
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+4
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2012-11-19mac80211: make remain_on_channel() op pass vif paramEliad Peller1-2/+4
2012-11-05mac80211: implement set_mcast_rate() callbackAntonio Quartulli1-0/+11
2012-10-31mac80211: do not call ieee80211_configure_filter if no interfaces are upFelix Fietkau1-0/+3
2012-10-30mac80211: use a counter for remain-on-channel cookieJohannes Berg1-6/+15
2012-10-30mac80211: handle TX power per virtual interfaceJohannes Berg1-15/+32