summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_sta.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: use short_preamble mode from capability if ERP IE not presentVladimir Koutny2008-04-091-8/+35
* mac80211: correct use_short_preamble handlingVladimir Koutny2008-04-011-5/+4Star
* mac80211: fix kmalloc vs. net_ratelimitJohannes Berg2008-02-281-3/+4
* mac80211: fix rx flow sparse errors, make functions staticRon Rindjunsky2008-01-291-2/+2
* mac80211: A-MPDU Rx remove stop_rx_ba_session warning printRon Rindjunsky2008-01-291-3/+0Star
* mac80211: Initialize vif pointerIvo van Doorn2008-01-291-0/+1
* mac80211: add unified BSS configurationJohannes Berg2008-01-291-34/+35
* mac80211: move interface type to vif structureJohannes Berg2008-01-291-24/+24
* mac80211: A-MPDU Rx handling DELBA requestsRon Rindjunsky2008-01-291-1/+39
* mac80211: A-MPDU Rx handling aggregation reorderingRon Rindjunsky2008-01-291-1/+9
* mac80211: A-MPDU Rx adding basic functionalityRon Rindjunsky2008-01-291-11/+210
* mac80211: don't read ERP information from (re)association responseJohannes Berg2008-01-281-14/+0Star
* mac80211: make ieee80211_rx_mgmt_action staticJohannes Berg2008-01-281-4/+4
* mac80211: clean up rate selectionMattias Nissler2008-01-281-8/+5Star
* mac80211: remove "bcn_int" and "capab" scan results infoJohn W. Linville2008-01-281-25/+0Star
* mac80211: adding 802.11n configuration flowsRon Rindjunsky2008-01-281-0/+32
* mac80211: adding 802.11n essential A-MPDU addBA capabilityRon Rindjunsky2008-01-281-0/+124
* mac80211: adding 802.11n IEs handlingRon Rindjunsky2008-01-281-2/+87
* mac80211: hardware scan reworkZhu Yi2008-01-281-22/+44
* mac80211: Remove local->scan_flagsHelmut Schaa2008-01-281-12/+0Star
* mac80211: Drop out of associated state if link is lostMichael Wu2007-12-201-6/+2Star
* mac80211: add missing space in error messageBruno Randolf2007-11-201-1/+1
* Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...David S. Miller2007-11-151-1/+7
|\
| * mac80211: Fix queuing of scan containing a SSIDHelmut Schaa2007-11-151-1/+7
* | mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMTJohannes Berg2007-11-111-7/+11
|/
* [PATCH] mac80211: fix printk warning on 64-bitJohannes Berg2007-10-261-1/+1
* [PATCH] mac80211: Fix SSID matching in AP selectionMichael Wu2007-10-261-1/+2
* [PATCH] mac80211: make ieee802_11_parse_elems return voidJohn W. Linville2007-10-181-46/+9Star
* [PATCH] mac80211: store SSID in sta_bss_listJohn W. Linville2007-10-171-21/+33
* [PATCH] mac80211: store channel info in sta_bss_listJohn W. Linville2007-10-171-15/+19
* [PATCH] mac80211: reorder association debug outputJohannes Berg2007-10-171-5/+6
* [MAC80211]: Add association LED triggerMichael Buesch2007-10-111-1/+4
* [MAC80211]: remove management interfaceJohannes Berg2007-10-111-2/+0Star
* [PATCH] mac80211: remove all prism2 ioctlsJohannes Berg2007-10-111-1/+0Star
* [PATCH] mac80211: fix virtual interface lockingJohannes Berg2007-10-111-6/+6
* [PATCH] mac80211: revamp interface and filter configurationJohannes Berg2007-10-111-8/+18
* [MAC80211]: kill IE parse typedefJohannes Berg2007-10-111-4/+3Star
* [MAC80211]: print out wiphy name instead of master deviceJohannes Berg2007-10-111-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-79/+101
* [MAC80211]: remove turbo modesJohannes Berg2007-10-111-18/+1Star
* [MAC80211]: make assoc_ap a flagJohannes Berg2007-10-111-2/+1Star
* [MAC80211]: clean up whitespaceJohannes Berg2007-10-111-1/+0Star
* [MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg2007-10-111-1/+1
* [MAC80211]: Remove bitfields from struct ieee80211_sub_if_dataJiri Slaby2007-10-111-6/+13
* [MAC80211]: Remove bitfields from struct ieee80211_if_staJiri Slaby2007-10-111-45/+57
* [MAC80211]: Remove bitfields from struct ieee80211_tx_packet_dataJiri Slaby2007-10-111-2/+4
* [MAC80211]: kill key_mgmt, use key_management_enabledJohannes Berg2007-10-111-2/+1Star
* [MAC80211]: use more GFP_KERNEL instead of GFP_ATOMICMichael Wu2007-10-111-5/+5
* [MAC80211]: implement ERP info change notificationsDaniel Drake2007-10-111-3/+7
* [MAC80211]: improved short preamble handlingDaniel Drake2007-10-111-1/+15