aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen2010-01-127-60/+86
| * | | | mac80211: Select lowest rate based on basic rate set in AP modeJouni Malinen2010-01-122-11/+38
| * | | | mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi2010-01-121-1/+2
| * | | | mac80211: Add new callback set_coverage_classLukáš Turek2010-01-123-0/+45
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-063-7/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville2010-01-063-9/+9
| | * | | mac80211: fix-up build breakage in 2.6.33John W. Linville2010-01-061-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-056-32/+132
| |\ \ \ \ | | |/ / /
| | * | | mac80211: fix skb buffering issueJohannes Berg2010-01-056-32/+132
| | | |/ | | |/|
| * | | mac80211: fix ampdu_action tx_start ssnChristian Lamparter2010-01-051-1/+1
| * | | mac80211: fix ieee80211_change_mac() to use struct sockaddrKalle Valo2010-01-051-2/+3
| * | | mac80211: fix a warning related to pointer conversion to u64 cookieKalle Valo2010-01-051-6/+6
| * | | mac80211: No need to include WEXT headers hereJouni Malinen2010-01-053-3/+0
| * | | mac80211: fix typo added by "mac80211: fix propagation of failed..."John W. Linville2010-01-041-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-3021-1171/+1953
|\ \ \ \ | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-303-0/+20
| |\ \ \ | | |/ /
| | * | mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez2009-12-281-0/+12
| | * | mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez2009-12-281-0/+4
| | * | mac80211: fix ibss join with fixed-bssidFelix Fietkau2009-12-281-0/+4
| * | | mac80211: annotate sleeping driver opsKalle Valo2009-12-281-4/+56
| * | | mac80211: remove requeue from workJohannes Berg2009-12-281-18/+0
| * | | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-284-29/+12
| * | | mac80211/cfg80211: add station eventsJohannes Berg2009-12-281-0/+5
| * | | mac80211: make off-channel work genericJohannes Berg2009-12-283-68/+88
| * | | mac80211: support remain-on-channel commandJohannes Berg2009-12-286-6/+181
| * | | mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen2009-12-284-152/+178
| * | | mac80211: proper bss private data handlingJohannes Berg2009-12-287-72/+82
| * | | mac80211: split up and insert custom IEs correctlyJohannes Berg2009-12-283-27/+154
| * | | mac80211: refactor associationJohannes Berg2009-12-282-109/+137
| * | | mac80211: rewrite a few work messagesJohannes Berg2009-12-281-10/+10
| * | | mac80211: generalise work handlingJohannes Berg2009-12-289-835/+1112
| * | | mac80211: generalise management work a bitJohannes Berg2009-12-282-107/+172
| * | | mac80211: let cfg80211 manage auth stateJohannes Berg2009-12-282-103/+73
| * | | mac80211: introduce flush operationJohannes Berg2009-12-284-2/+41
| * | | mac80211: add ieee80211_sdata_runningJohannes Berg2009-12-2815-37/+40
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-2811-16/+65
| |\ \ \ | | |/ /
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-2532-544/+990
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | mac80211: only bother printing highest data rate on debugfs if its setLuis R. Rodriguez2009-12-221-2/+10
| * | mac80211: parse the HT capabilities info through debugfsLuis R. Rodriguez2009-12-221-1/+47
| * | mac80211: make debugfs mcs set entry reflect 16 bitsLuis R. Rodriguez2009-12-221-1/+1
| * | mac80211: disallow fixing bitrates with hw rate controlJohannes Berg2009-12-221-14/+22
| * | mac80211: dont try to use existing sta for APJohannes Berg2009-12-221-33/+24
| * | mac80211: allow disabling 40MHz on 2.4GHzJohannes Berg2009-12-224-3/+25
| * | mac80211: enable spatial multiplexing powersaveJohannes Berg2009-12-229-7/+415
| * | wireless: add ieee80211_amsdu_to_8023sZhu Yi2009-12-221-86/+20
| * | mac80211 : fix a race with update_tkip_keygregor kowski2009-12-222-19/+27
| * | mac80211: remove payload alignment warningKalle Valo2009-12-212-32/+7
| * | mac80211: trace interface nameJohannes Berg2009-12-2110-50/+49
| * | mac80211: reduce reliance on netdevJohannes Berg2009-12-2127-207/+221
| * | mac80211: make station management completely depend on vifJohannes Berg2009-12-2113-101/+134