aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-29mac80211: change workqueue back to non-freezeableBob Copeland1-1/+1
2009-01-29mac80211: Add capability to enable/disable beaconingJohannes Berg1-1/+41
2009-01-29mac80211: constify ieee80211_if_conf.bssidJohannes Berg1-1/+1
2009-01-29mac80211: Handle power constraint level advertised in 11d+h beaconVasanthakumar Thiagarajan1-2/+8
2009-01-29mac80211: clean up channel type configJohannes Berg1-2/+2
2009-01-29mac80211: remove user_power_level from driver APIJohannes Berg1-2/+2
2009-01-29mac80211: Fix tx power settingVasanthakumar Thiagarajan1-2/+2
2009-01-29mac80211: no need for ht.enabledLuis R. Rodriguez1-10/+0
2008-12-19mac80211: implement dynamic power saveKalle Valo1-0/+7
2008-12-19mac80211: track master queue statusKalle Valo1-0/+2
2008-12-19mac80211: Print unknown packet type in tasklet_handlerLarry Finger1-1/+2
2008-12-19mac80211: Fix HT channel selectionSujith1-17/+10
2008-12-12mac80211: only create default STA interface if supportedJohannes Berg1-6/+8
2008-12-12mac80211: remove WARN_ON() from ieee80211_hw_configReinette Chatre1-1/+11
2008-12-05nl80211: Add frequency configuration (including HT40)Jouni Malinen1-4/+26
2008-11-25mac80211: don't assume driver has been attached on registrationLuis R. Rodriguez1-3/+2
2008-11-10mac80211: remove SSID driver codeJohannes Berg1-12/+3
2008-10-31mac80211: Re-enable aggregationSujith1-5/+2
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-13/+41
2008-10-31mac80211: add might_sleep to hw_configJohannes Berg1-0/+2
2008-10-31mac80211: move bss_conf into vifJohannes Berg1-4/+4
2008-10-31mac80211: make retry limits part of hw configJohannes Berg1-2/+2
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-13/+16
2008-10-31802.11: clean up/fix HT supportJohannes Berg1-94/+0
2008-10-31mac80211: fix short slot handlingJohannes Berg1-3/+6
2008-10-31mac80211: remove max_antenna_gain configJohannes Berg1-2/+0
2008-10-31mac80211: clean up ieee80211_hw_config errorsJohannes Berg1-1/+7
2008-10-31mac80211: minor code cleanupsJohannes Berg1-1/+1
2008-10-06mac80211: add the 'minstrel' rate control algorithmFelix Fietkau1-0/+5
2008-09-24mac80211: clean up rate control APIJohannes Berg1-1/+3
2008-09-24mac80211: make master iface not wirelessJohannes Berg1-9/+10
2008-09-15mac80211: small rate control changesJohannes Berg1-25/+25
2008-09-15mac80211: warn on some invalid vlan operationsJohannes Berg1-0/+6
2008-09-15mac80211: move regular interface handlingJohannes Berg1-550/+15
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-45/+44
2008-09-15mac80211: clean up scan namespaceJohannes Berg1-3/+3
2008-09-15mac80211: make bridge_packets a virtual interface optionJohannes Berg1-2/+0
2008-09-15mac80211: fix scan vs. interface removal raceJohannes Berg1-8/+25
2008-09-15mac80211: fix work raceJohannes Berg1-0/+8
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-4/+9
2008-09-11mac80211: initialise queue QoS parameters at hw startJohannes Berg1-1/+8
2008-09-11mac80211: move some HT code out of main.cJohannes Berg1-373/+0
2008-09-11mac80211: use sdata pointer for scan interfaceJohannes Berg1-1/+1
2008-09-11mac80211: change MIMO_PS to SM_PSTomas Winkler1-2/+2
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+7
2008-08-29mac80211: fill start-sequence-number for BA session startJohannes Berg1-1/+4
2008-08-22mac80211: cleanup mlme state namespaceTomas Winkler1-1/+1
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-9/+7
2008-08-22mac80211: allow no mac address until firmware loadLuis Carlos Cobo1-0/+38
2008-08-22mac80211: explicitly check skb->lenHarvey Harrison1-14/+11