aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-11mac80211: move spectrum management code outJohannes Berg5-89/+114
2008-09-11mac80211: make BA session handling independent of STA modeJohannes Berg4-362/+380
2008-09-11mac80211: initialise queue QoS parameters at hw startJohannes Berg4-27/+35
2008-09-11mac80211: split ieee80211_sta_def_wmm_paramsJohannes Berg1-21/+27
2008-09-11mac80211: consolidate deauth/disassocJohannes Berg1-36/+11
2008-09-11mac80211: reorder frame code in mlmeJohannes Berg1-389/+387
2008-09-11mac80211: remove useless 'ibss' parameterJohannes Berg1-4/+3
2008-09-11mac80211: simplify scan startJohannes Berg1-4/+1
2008-09-11mac80211: clarify scan requestJohannes Berg1-1/+10
2008-09-11mac80211: move some HT code out of main.cJohannes Berg2-375/+375
2008-09-11mac80211: move some HT code out of mlme.cJohannes Berg3-321/+329
2008-09-11mac80211: move BSS handling to scan codeJohannes Berg3-308/+313
2008-09-11mac80211: refactor and move scan RX codeJohannes Berg3-136/+194
2008-09-11mac80211: start moving scan code from mlmeJohannes Berg4-544/+582
2008-09-11mac80211: remove useless non-NULL tests from scan results codeJohannes Berg1-22/+18
2008-09-11mac80211: use sdata pointer for scan interfaceJohannes Berg3-15/+13
2008-09-11mac80211: reorder mlme codeJohannes Berg1-530/+500
2008-09-11mac80211: stop queues before carrier offTomas Winkler1-9/+17
2008-09-11mac80211: remove disassociation code from ieee80211_set_associatedTomas Winkler1-46/+56
2008-09-11mac80211: disassociate when moving to new BSSTomas Winkler1-2/+7
2008-09-11mac80211: restructure disassoc/deauth flowsTomas Winkler1-31/+54
2008-09-11mac80211: move IE parsing to util fileJohannes Berg2-145/+144
2008-09-11mac80211: fix typo in action frame handlingJohannes Berg1-1/+1
2008-09-11mac80211: fix action frame length checksJohannes Berg3-2/+11
2008-09-11mac80211: BSS info: check channel firstJohannes Berg1-11/+11
2008-09-11mac80211: make conf_tx non-atomicJohannes Berg1-5/+8
2008-09-11mac80211: move some RCU locking into an if branchJohannes Berg1-5/+4
2008-09-11mac80211: change MIMO_PS to SM_PSTomas Winkler1-2/+2
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller3-5/+6
2008-09-08mac80211: add missing kernel-docRandy Dunlap1-0/+1
2008-09-08mac80211: Fix rate scale initialization in IBSSEmmanuel Grumbach2-30/+64
2008-09-08mac80211: Fix low bit rate in IBSSTomas Winkler1-1/+1
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+7
2008-09-05Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"Linus Torvalds1-9/+39
2008-09-02mac80211: Fix debugfs union misuse and pointer corruptionJouni Malinen2-4/+6
2008-08-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-54/+30
2008-08-29mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen1-0/+5
2008-08-29mac80211: Use only precedence level of DSCP field for frame classificationDaniel Wagner1-2/+0
2008-08-29mac80211: Handle scan result IEs in one blockJouni Malinen2-159/+89
2008-08-29mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen1-0/+37
2008-08-29mac80211: fill start-sequence-number for BA session startJohannes Berg1-1/+4
2008-08-26mac80211: quiet chatty IBSS merge messageJohn W. Linville1-1/+1
2008-08-26mac80211: don't send empty extended rates IEJan-Espen Pettersen1-1/+1
2008-08-26mac80211: Fix debugfs file add/del for netdevJouni Malinen2-12/+18
2008-08-26net/mac80211/mesh.c: correct the argument to __mesh_table_freeJulia Lawall1-1/+1
2008-08-26mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOMJouni Malinen1-39/+9
2008-08-22mac80211: add direct probe before associationRon Rindjunsky2-15/+73
2008-08-22mac80211: change number of pre-assoc scansRon Rindjunsky2-3/+10
2008-08-22mac80211: cleanup mlme state namespaceTomas Winkler4-51/+61
2008-08-22mac80211: filter probes in ieee80211_rx_mgmt_probe_respTomas Winkler1-3/+3