aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-28mac80211: remove tasklet enable/disableJohannes Berg1-2/+0
2009-08-20mac80211: fix register_hw error pathJohannes Berg1-1/+1
2009-08-20mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona1-0/+2
2009-08-20mac80211: remove deprecated APIJohannes Berg1-4/+0
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-5/+19
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg1-8/+8
2009-08-04mac80211: FIF_PSPOLL filter flagIgor Perminov1-0/+3
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-4/+4
2009-08-04mac80211: disable beacons before removing the associated interfaceBob Copeland1-1/+2
2009-08-04mac80211: disable software retry for nowJohannes Berg1-0/+26
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa1-1/+1
2009-07-27mac80211: allow using network namespacesJohannes Berg1-0/+1
2009-07-24mac80211: remove master netdevJohannes Berg1-117/+3
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-4/+1
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg1-55/+6
2009-06-03mac80211: deprecate conf.beacon_int properlyJohannes Berg1-10/+2
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet1-6/+2
2009-05-20mac80211: fix managed mode BSSID handlingJohannes Berg1-4/+12
2009-05-11mac80211: fix scan channel raceJohannes Berg1-6/+8
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-10/+7
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-76/+55
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg1-6/+11
2009-05-06mac80211: fix scan races and rework scanningJohannes Berg1-0/+2
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+10
2009-04-29mac80211: default to automatic power controlJohannes Berg1-0/+1
2009-04-29mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lockAlan Jenkins1-10/+9
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen1-4/+2
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg1-1/+1
2009-04-22mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg1-7/+24
2009-04-22mac80211: add hardware restart functionJohannes Berg1-0/+24
2009-04-22cfg80211: add cipher capabilitiesJohannes Berg1-0/+14
2009-04-22mac80211: include HT capabilities in probe requestJohannes Berg1-0/+5
2009-04-22mac80211: pass all probe request IEs to driverJohannes Berg1-15/+34
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg1-1/+12
2009-04-16mac80211: correct wext transmit power handlerJohannes Berg1-1/+1
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg1-9/+0
2009-03-27mac80211: fix aggregation to not require queue stopJohannes Berg1-0/+2
2009-03-27mac80211: rework the pending packets codeJohannes Berg1-0/+2
2009-03-27mac80211: fix warnings in ieee80211_if_configJohannes Berg1-9/+3
2009-02-27cfg80211: clean up signal typeJohannes Berg1-0/+5
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-4/+5
2009-02-27mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg1-2/+7
2009-02-27mac80211: disallow moving netnsJohannes Berg1-0/+1
2009-02-13mac80211: calculate wstats_flags on the flyJohannes Berg1-8/+0
2009-02-13mac80211: use cfg80211s BSS infrastructureJohannes Berg1-3/+3
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg1-3/+29
2009-02-13mac80211: disable IBSS beacon before joinJohannes Berg1-0/+2
2009-02-09mac80211: convert master interface to netdev_opsJohannes Berg1-10/+18
2009-02-09mac80211: remove HW_SIGNAL_DBJohannes Berg1-1/+0
2009-01-29mac80211: add interface list lockJohannes Berg1-0/+3