summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
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-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David 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-06cfg80211: 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-03mac80211: Fix debugfs union misuse and pointer corruptionJouni Malinen2-4/+6
2008-08-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-54/+30
2008-08-30mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen1-0/+5
2008-08-30mac80211: Use only precedence level of DSCP field for frame classificationDaniel Wagner1-2/+0
2008-08-30mac80211: Handle scan result IEs in one blockJouni Malinen2-159/+89
2008-08-30mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen1-0/+37
2008-08-30mac80211: fill start-sequence-number for BA session startJohannes Berg1-1/+4
2008-08-27mac80211: quiet chatty IBSS merge messageJohn W. Linville1-1/+1
2008-08-27mac80211: don't send empty extended rates IEJan-Espen Pettersen1-1/+1
2008-08-27mac80211: Fix debugfs file add/del for netdevJouni Malinen2-12/+18
2008-08-27net/mac80211/mesh.c: correct the argument to __mesh_table_freeJulia Lawall1-1/+1
2008-08-27mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOMJouni Malinen1-39/+9
2008-08-23mac80211: add direct probe before associationRon Rindjunsky2-15/+73
2008-08-23mac80211: change number of pre-assoc scansRon Rindjunsky2-3/+10
2008-08-23mac80211: cleanup mlme state namespaceTomas Winkler4-51/+61
2008-08-23mac80211: filter probes in ieee80211_rx_mgmt_probe_respTomas Winkler1-3/+3
2008-08-23replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene16-608/+545
2008-08-23move ETH_P_PAE from ieee80211_i.h to if_ether.hJasper Bryant-Greene1-4/+0
2008-08-23mac80211: allow no mac address until firmware loadLuis Carlos Cobo1-0/+38
2008-08-23mac80211: remove WLAN_FC_DATA_PRESENTHarvey Harrison1-2/+0
2008-08-23mac80211: remove rx/tx_data->fc memberHarvey Harrison3-9/+4
2008-08-23mac80211: use ieee80211 frame control directlyHarvey Harrison3-51/+44
2008-08-23mac80211: remove IEEE80211_FC helperHarvey Harrison5-33/+31