aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_sta.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: rename filesJohannes Berg2008-04-081-4249/+0
* mac80211: fix key vs. sta locking problemsJohannes Berg2008-04-081-8/+1
* mac80211: BA session debug prints changesRon Rindjunsky2008-04-081-2/+8
* mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas2008-04-081-0/+23
* mac80211: notify upper layers after lowerReinette Chatre2008-04-081-2/+2
* mac80211: clean up IEEE80211_FC useJohannes Berg2008-04-081-2/+0
* mac80211: add association capabilty and timing info into bss_confTomas Winkler2008-04-081-1/+8
* mac80211: eliminate conf_htTomas Winkler2008-04-081-14/+19
* Revert "mac80211: use a struct for bss->mesh_config"John W. Linville2008-04-081-20/+12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-5/+4
|\
| * mac80211: correct use_short_preamble handlingVladimir Koutny2008-04-011-5/+4
* | mac80211: use a struct for bss->mesh_configLuis Carlos Cobo2008-04-011-12/+20
* | mac80211: check for mesh_config length on incoming management framesLuis Carlos Cobo2008-04-011-2/+6
* | mac80211: fix spinlock recursion on sta expirationLuis Carlos Cobo2008-04-011-1/+1
* | mac80211: fix sparse complaint in ieee80211_sta_def_wmm_paramsJohannes Berg2008-04-011-1/+0
* | mac80211: sta_info_flush() fixesJohannes Berg2008-04-011-1/+1
* | mac80211: clean up sta_info_destroy() users wrt. RCU/lockingJohannes Berg2008-04-011-1/+0
* | mac80211: automatically free sta struct when insertion failsJohannes Berg2008-04-011-4/+1
* | mac80211 ibss: flush only stations belonging to current interfaceJohannes Berg2008-04-011-2/+3
* | mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky2008-03-271-31/+53
* | mac80211: configure default wmm params correctlyVladimir Koutny2008-03-251-33/+58
* | mac80211: prevent tuning during scanningMohamed Abbas2008-03-251-0/+3
* | mac80211: tear down of block ack sessionsRon Rindjunsky2008-03-251-1/+14
* | mac80211: fixing debug prints for AddBA requestRon Rindjunsky2008-03-251-4/+4
* | mac80211: fixing delba debug printRon Rindjunsky2008-03-251-1/+1
* | mac80211: filter scan results on unusable channelsJohannes Berg2008-03-251-0/+6
* | mac80211: don't call conf_tx under RCU lockJohannes Berg2008-03-071-3/+3
* | mac80211: fix hardware scan completionJohannes Berg2008-03-061-7/+18
* | mac80211: breakdown mesh network attributes in different extra fields for wextLuis Carlos Cobo2008-03-061-9/+26
* | mac80211: fix incorrect parenthesisLuis Carlos Cobo2008-03-061-2/+2
* | mac80211: split sta_info_addJohannes Berg2008-03-061-11/+33
* | mac80211: RCU-ify STA info structure accessJohannes Berg2008-03-061-38/+85
* | mac80211: clean up mesh codeJohannes Berg2008-03-061-41/+31
* | mac80211: mesh changes to the MLMELuis Carlos Cobo2008-03-061-59/+263
* | mac80211: mesh data structures and first mesh changesLuis Carlos Cobo2008-03-061-42/+28
* | mac80211: fix IBSS codeJohannes Berg2008-02-291-3/+3
* | mac80211: atomically check whether STA exists alreadyJohannes Berg2008-02-291-3/+3
* | mac80211: fix incorrect use of CONFIG_MAC80211_IBSS_DEBUGPavel Roskin2008-02-291-1/+3
* | mac80211: enable IBSS mergingBruno Randolf2008-02-291-29/+61
* | mac80211: move function ieee80211_sta_join_ibss()Bruno Randolf2008-02-291-158/+159
* | mac80211: fix ecw2cw brain-damageJohannes Berg2008-02-291-6/+1
* | mac80211: give burst time in txop rather than 0.1msec unitsJohannes Berg2008-02-291-5/+6
* | mac80211: split RX_DROPJohannes Berg2008-02-291-2/+2
* | mac80211: split ieee80211_txrx_resultJohannes Berg2008-02-291-7/+7
* | mac80211: remove port control enable switch, clean up sta flagsJohannes Berg2008-02-291-1/+4
* | mac80211: fix scan band off-by-one errorJohannes Berg2008-02-291-6/+18
* | cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-291-176/+208
* | mac80211: A-MPDU Tx add delBA from recipient supportRon Rindjunsky2008-02-291-2/+11
* | mac80211: A-MPDU Tx adding basic functionalityRon Rindjunsky2008-02-291-2/+180
* | mac80211: A-MPDU Tx add session's and low level driver's APIRon Rindjunsky2008-02-291-2/+2