summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-01-12cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen8-64/+116
2010-01-12mac80211: Select lowest rate based on basic rate set in AP modeJouni Malinen2-11/+38
2010-01-12mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi1-1/+2
2010-01-12mac80211: Add new callback set_coverage_classLukáš Turek3-0/+45
2010-01-12nl80211: Add new WIPHY attribute COVERAGE_CLASSLukáš Turek2-0/+16
2010-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-7/+7
2010-01-06Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville3-9/+9
2010-01-06mac80211: fix-up build breakage in 2.6.33John W. Linville1-1/+1
2010-01-05wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not setJohn W. Linville1-3/+3
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville7-33/+133
2010-01-05mac80211: fix ampdu_action tx_start ssnChristian Lamparter1-1/+1
2010-01-05cfg80211: add a regulatory debug printLuis R. Rodriguez1-14/+18
2010-01-05mac80211: fix ieee80211_change_mac() to use struct sockaddrKalle Valo1-2/+3
2010-01-05mac80211: fix a warning related to pointer conversion to u64 cookieKalle Valo1-6/+6
2010-01-05mac80211: No need to include WEXT headers hereJouni Malinen3-3/+0
2010-01-05mac80211: fix skb buffering issueJohannes Berg6-32/+132
2010-01-04cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez1-1/+1
2010-01-04mac80211: fix typo added by "mac80211: fix propagation of failed..."John W. Linville1-1/+1
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville5-5/+41
2009-12-28mac80211: annotate sleeping driver opsKalle Valo1-4/+56
2009-12-28mac80211: remove requeue from workJohannes Berg1-18/+0
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg4-29/+12
2009-12-28mac80211/cfg80211: add station eventsJohannes Berg4-1/+39
2009-12-28mac80211: make off-channel work genericJohannes Berg3-68/+88
2009-12-28mac80211: support remain-on-channel commandJohannes Berg6-6/+181
2009-12-28cfg80211: add remain-on-channel commandJouni Malinen5-15/+285
2009-12-28mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen4-152/+178
2009-12-28mac80211: proper bss private data handlingJohannes Berg7-72/+82
2009-12-28mac80211: split up and insert custom IEs correctlyJohannes Berg3-27/+154
2009-12-28mac80211: refactor associationJohannes Berg2-109/+137
2009-12-28mac80211: rewrite a few work messagesJohannes Berg1-10/+10
2009-12-28mac80211: generalise work handlingJohannes Berg9-835/+1112
2009-12-28mac80211: generalise management work a bitJohannes Berg2-107/+172
2009-12-28mac80211: let cfg80211 manage auth stateJohannes Berg2-103/+73
2009-12-28mac80211: introduce flush operationJohannes Berg4-2/+41
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg15-37/+40
2009-12-28wireless: remove CONFIG_WIRELESS_OLD_REGULATORYJohn W. Linville3-108/+2
2009-12-28mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez1-0/+12
2009-12-28mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez1-0/+4
2009-12-28cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg1-4/+9
2009-12-28cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2009-12-28mac80211: fix ibss join with fixed-bssidFelix Fietkau1-0/+4
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville26-120/+236
2009-12-22mac80211: only bother printing highest data rate on debugfs if its setLuis R. Rodriguez1-2/+10
2009-12-22mac80211: parse the HT capabilities info through debugfsLuis R. Rodriguez1-1/+47
2009-12-22mac80211: make debugfs mcs set entry reflect 16 bitsLuis R. Rodriguez1-1/+1
2009-12-22mac80211: disallow fixing bitrates with hw rate controlJohannes Berg1-14/+22
2009-12-22mac80211: dont try to use existing sta for APJohannes Berg1-33/+24
2009-12-22cfg80211: avoid sending spurious deauth to userspaceJohannes Berg1-2/+9
2009-12-22mac80211: allow disabling 40MHz on 2.4GHzJohannes Berg4-3/+25