summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* mac80211: remove disassociation code from ieee80211_set_associatedTomas Winkler2008-09-111-46/+56
* mac80211: disassociate when moving to new BSSTomas Winkler2008-09-111-2/+7
* mac80211: restructure disassoc/deauth flowsTomas Winkler2008-09-111-31/+54
* mac80211: move IE parsing to util fileJohannes Berg2008-09-112-145/+144Star
* mac80211: fix typo in action frame handlingJohannes Berg2008-09-111-1/+1
* mac80211: fix action frame length checksJohannes Berg2008-09-113-2/+11
* mac80211: BSS info: check channel firstJohannes Berg2008-09-111-11/+11
* mac80211: make conf_tx non-atomicJohannes Berg2008-09-111-5/+8
* mac80211: move some RCU locking into an if branchJohannes Berg2008-09-111-5/+4Star
* mac80211: change MIMO_PS to SM_PSTomas Winkler2008-09-111-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-093-5/+6
|\
| * Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"Linus Torvalds2008-09-051-9/+39
| * mac80211: Fix debugfs union misuse and pointer corruptionJouni Malinen2008-09-022-4/+6
* | mac80211: add missing kernel-docRandy Dunlap2008-09-081-0/+1
* | mac80211: Fix rate scale initialization in IBSSEmmanuel Grumbach2008-09-082-30/+64
* | mac80211: Fix low bit rate in IBSSTomas Winkler2008-09-081-1/+1
* | cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+7
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-08-304-54/+30Star
|\|
| * mac80211: quiet chatty IBSS merge messageJohn W. Linville2008-08-271-1/+1
| * mac80211: don't send empty extended rates IEJan-Espen Pettersen2008-08-271-1/+1
| * mac80211: Fix debugfs file add/del for netdevJouni Malinen2008-08-272-12/+18
| * net/mac80211/mesh.c: correct the argument to __mesh_table_freeJulia Lawall2008-08-271-1/+1
| * mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOMJouni Malinen2008-08-271-39/+9Star
* | mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen2008-08-291-0/+5
* | mac80211: Use only precedence level of DSCP field for frame classificationDaniel Wagner2008-08-291-2/+0Star
* | mac80211: Handle scan result IEs in one blockJouni Malinen2008-08-292-159/+89Star
* | mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen2008-08-291-0/+37
* | mac80211: fill start-sequence-number for BA session startJohannes Berg2008-08-291-1/+4
* | mac80211: add direct probe before associationRon Rindjunsky2008-08-222-15/+73
* | mac80211: change number of pre-assoc scansRon Rindjunsky2008-08-222-3/+10
* | mac80211: cleanup mlme state namespaceTomas Winkler2008-08-224-51/+61
* | mac80211: filter probes in ieee80211_rx_mgmt_probe_respTomas Winkler2008-08-221-3/+3
* | replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene2008-08-2216-608/+545Star
* | move ETH_P_PAE from ieee80211_i.h to if_ether.hJasper Bryant-Greene2008-08-221-4/+0Star
* | mac80211: allow no mac address until firmware loadLuis Carlos Cobo2008-08-221-0/+38
* | mac80211: remove WLAN_FC_DATA_PRESENTHarvey Harrison2008-08-221-2/+0Star
* | mac80211: remove rx/tx_data->fc memberHarvey Harrison2008-08-223-9/+4Star
* | mac80211: use ieee80211 frame control directlyHarvey Harrison2008-08-223-51/+44Star
* | mac80211: remove IEEE80211_FC helperHarvey Harrison2008-08-225-33/+31Star
* | mac80211: remove ieee80211_get_hdrlenHarvey Harrison2008-08-221-39/+0Star
* | mac80211: rx.c/tx.c remove more users of tx/rx_data->fcHarvey Harrison2008-08-222-39/+25Star
* | mac80211: wep.c replace magic numbers in IV/ICV removalHarvey Harrison2008-08-221-4/+3Star
* | mac80211: wme.h remove unused QOS_CONTROL_LENHarvey Harrison2008-08-221-2/+0Star
* | mac80211: explicitly check skb->lenHarvey Harrison2008-08-221-14/+11Star
* | mac80211: radiotap: assume modulation from ratesBruno Randolf2008-08-221-1/+4
* | mac80211: add rx status flag for short preambleBruno Randolf2008-08-221-0/+2
* | mac80211: add ieee80211_queue_stopped)Tomas Winkler2008-08-221-0/+7
|/
* mac80211: update new sta's rx timestampRon Rindjunsky2008-08-181-0/+2
* mac80211: keep mesh ifaces in allmulti modeLuis Carlos Cobo2008-08-071-1/+7
* mac80211: fix use of skb->cb for mesh forwardingLuis Carlos Cobo2008-08-075-90/+106