aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: do not pass PS frames out of mac80211 againJohannes Berg2009-06-101-55/+6
* mac80211: deprecate conf.beacon_int properlyJohannes Berg2009-06-031-10/+2
* net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet2009-05-271-6/+2
* mac80211: fix managed mode BSSID handlingJohannes Berg2009-05-201-4/+12
* mac80211: fix scan channel raceJohannes Berg2009-05-111-6/+8
* mac80211: add driver ops wrappersJohannes Berg2009-05-061-10/+7
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-76/+55
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-061-6/+11
* mac80211: fix scan races and rework scanningJohannes Berg2009-05-061-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-291-10/+10
|\
| * mac80211: default to automatic power controlJohannes Berg2009-04-291-0/+1
| * mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lockAlan Jenkins2009-04-291-10/+9
* | nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen2009-04-221-4/+2
* | mac80211: convert to cfg80211 IBSS APIJohannes Berg2009-04-221-1/+1
* | mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg2009-04-221-7/+24
* | mac80211: add hardware restart functionJohannes Berg2009-04-221-0/+24
* | cfg80211: add cipher capabilitiesJohannes Berg2009-04-221-0/+14
* | mac80211: include HT capabilities in probe requestJohannes Berg2009-04-221-0/+5
* | mac80211: pass all probe request IEs to driverJohannes Berg2009-04-221-15/+34
* | cfg80211: introduce scan IE limit attributeJohannes Berg2009-04-221-1/+12
|/
* mac80211: correct wext transmit power handlerJohannes Berg2009-04-161-1/+1
* mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg2009-03-271-9/+0
* mac80211: fix aggregation to not require queue stopJohannes Berg2009-03-271-0/+2
* mac80211: rework the pending packets codeJohannes Berg2009-03-271-0/+2
* mac80211: fix warnings in ieee80211_if_configJohannes Berg2009-03-271-9/+3
* cfg80211: clean up signal typeJohannes Berg2009-02-271-0/+5
* mac80211: split IBSS/managed codeJohannes Berg2009-02-271-4/+5
* mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg2009-02-271-2/+7
* mac80211: disallow moving netnsJohannes Berg2009-02-271-0/+1
* mac80211: calculate wstats_flags on the flyJohannes Berg2009-02-131-8/+0
* mac80211: use cfg80211s BSS infrastructureJohannes Berg2009-02-131-3/+3
* cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg2009-02-131-3/+29
* mac80211: disable IBSS beacon before joinJohannes Berg2009-02-131-0/+2
* mac80211: convert master interface to netdev_opsJohannes Berg2009-02-091-10/+18
* mac80211: remove HW_SIGNAL_DBJohannes Berg2009-02-091-1/+0
* mac80211: add interface list lockJohannes Berg2009-01-291-0/+3
* mac80211: change workqueue back to non-freezeableBob Copeland2009-01-291-1/+1
* mac80211: Add capability to enable/disable beaconingJohannes Berg2009-01-291-1/+41
* mac80211: constify ieee80211_if_conf.bssidJohannes Berg2009-01-291-1/+1
* mac80211: Handle power constraint level advertised in 11d+h beaconVasanthakumar Thiagarajan2009-01-291-2/+8
* mac80211: clean up channel type configJohannes Berg2009-01-291-2/+2
* mac80211: remove user_power_level from driver APIJohannes Berg2009-01-291-2/+2
* mac80211: Fix tx power settingVasanthakumar Thiagarajan2009-01-291-2/+2
* mac80211: no need for ht.enabledLuis R. Rodriguez2009-01-291-10/+0
* mac80211: implement dynamic power saveKalle Valo2008-12-191-0/+7
* mac80211: track master queue statusKalle Valo2008-12-191-0/+2
* mac80211: Print unknown packet type in tasklet_handlerLarry Finger2008-12-191-1/+2
* mac80211: Fix HT channel selectionSujith2008-12-191-17/+10
* mac80211: only create default STA interface if supportedJohannes Berg2008-12-121-6/+8
* mac80211: remove WARN_ON() from ieee80211_hw_configReinette Chatre2008-12-121-1/+11