aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-22mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland1-0/+1
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-2/+4
2013-04-16mac80211: fix and optimize MCS mask handlingFelix Fietkau1-0/+13
2013-04-10mac80211: clear SSID when stopping APMarek Puzyniak1-0/+1
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-19/+23
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+4
2013-04-08mac80211: return new mpath from mesh_path_add()Bob Copeland1-9/+3
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-5/+2
2013-03-25mac80211: fix remain-on-channel cancel crashJohannes Berg1-2/+4
2013-03-22mac80211: add P2P NoA settingsJanusz Dziedzic1-5/+18
2013-03-11mac80211: remove underscores from some key functionsJohannes Berg1-1/+1
2013-03-11mac80211: clean up key freeing a bitJohannes Berg1-3/+1
2013-03-07mac80211: provide race-free 64-bit traffic countersJohannes Berg1-8/+15
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