aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-15cfg80211/mac80211: allow registering for and sending action framesJouni Malinen1-1/+11
2010-02-08mac80211: fix bss_conf.dtim_periodJohannes Berg1-0/+2
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg1-19/+4
2010-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+3
2010-01-15mac80211: force use_short_slot=true for 5GHzFelix Fietkau1-0/+7
2010-01-15mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces.Benoit Papillault1-0/+3
2010-01-12mac80211: add U-APSD client supportKalle Valo1-0/+7
2010-01-12mac80211: allow station updates on ap interfaces for vlan stationsFelix Fietkau1-6/+6
2010-01-12cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen1-29/+3
2010-01-12mac80211: Add new callback set_coverage_classLukáš Turek1-0/+7
2009-12-28mac80211: support remain-on-channel commandJohannes Berg1-0/+24
2009-12-28mac80211: proper bss private data handlingJohannes Berg1-1/+1
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-4/+2
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+2
2009-12-22mac80211: disallow fixing bitrates with hw rate controlJohannes Berg1-14/+22
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg1-0/+49
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-1/+1
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-15/+10
2009-12-09wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPECJohn W. Linville1-1/+2
2009-11-23mac80211: fix rcu lockingJohannes Berg1-1/+3
2009-11-19cfg80211: introduce capability for 4addr modeJohannes Berg1-13/+8
2009-11-18mac80211: let sta_info_get_by_idx get sta by sdataJohannes Berg1-2/+2
2009-11-13mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo1-0/+7
2009-11-13mac80211: replace "destination" with "target" to follow the specRui Paulo1-4/+4
2009-11-11mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau1-2/+30
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-7/+0
2009-11-02mac80211: check interface is down before type changeJohannes Berg1-3/+3
2009-10-30mac80211: remove bogus codeJohannes Berg1-7/+0
2009-08-14nl80211: add generation number to all dumpsJohannes Berg1-0/+4
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-12/+2
2009-07-24mac80211: fix sparse warningJohannes Berg1-1/+1
2009-07-10cfg80211: fix lockingJohannes Berg1-4/+8
2009-07-10mac80211: rework MLME for multiple authenticationsJohannes Berg1-101/+4
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg1-0/+6
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-13/+9
2009-07-10mac80211: remove dead code, clean upJohannes Berg1-25/+14
2009-07-10mac80211: remove auth algorithm retryJohannes Berg1-4/+4
2009-07-10mac80211: re-add HT disablingJohannes Berg1-1/+9
2009-07-10cfg80211: implement IWRATEJohannes Berg1-0/+43
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg1-0/+11
2009-07-10cfg80211: implement iwpowerJohannes Berg1-0/+26
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz1-1/+1
2009-07-10cfg80211: introduce nl80211 testmode commandJohannes Berg1-0/+13
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg1-7/+2
2009-06-10mac80211: don't use master netdev nameJohannes Berg1-2/+2
2009-06-03cfg80211: add rfkill supportJohannes Berg1-12/+8
2009-06-03cfg80211: move txpower wext from mac80211Johannes Berg1-0/+54
2009-06-03mac80211: handle -EALREADY on cfg80211 op assoc reqLuis R. Rodriguez1-1/+1
2009-06-03cfg80211: validate AID of stations being addedJohannes Berg1-6/+7