aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* Backport mac80211 from 3.4 kernelWolfgang Wiedmeyer2017-01-211-332/+773
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-1/+1
|\
| * mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg2013-01-171-1/+1
* | samsung update 1codeworkx2012-06-021-0/+1
|/
* mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg2011-10-031-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-7/+12
|\
| * nl80211: Move peer link state definition to nl80211Javier Cardona2011-05-161-1/+1
| * mac80211: sparse RCU annotationsJohannes Berg2011-05-161-6/+9
| * mac80211: fix another key non-raceJohannes Berg2011-05-121-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-2/+0
|\ \ | |/
| * mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-261-2/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-1/+15
|\ \ | |/
| * mac80211: add a function for setting the TIM bit for a specific stationFelix Fietkau2011-04-191-1/+12
| * {mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan2011-04-121-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-121-11/+4
|\ \ | |/
| * mac80211: clean up station cleanup timerJohannes Berg2011-04-041-11/+2
| * cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen2011-03-301-0/+2
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* mac80211: initialize sta->last_rx in sta_info_allocFelix Fietkau2011-03-211-0/+1
* mac80211: add HW flag for disabling auto link-PS in AP modeArik Nemtsov2011-02-031-1/+2
* nl80211/mac80211: Report signal averageBruno Randolf2010-12-071-0/+2
* Revert "nl80211/mac80211: Report signal average"John W. Linville2010-11-241-2/+0
* nl80211/mac80211: Report signal averageBruno Randolf2010-11-181-0/+2
* mac80211: fix powersaving clients racesJohannes Berg2010-11-171-3/+14
* cfg80211/mac80211: allow per-station GTKsJohannes Berg2010-10-061-5/+5
* mac80211: avoid transmitting delBA to old APJohannes Berg2010-10-061-1/+1
* mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear2010-09-271-4/+11
* cfg80211/mac80211: use lockdep_assert_heldJohannes Berg2010-09-161-1/+1
* mac80211: match only assigned bss in sta_info_get_bssJohannes Berg2010-09-141-1/+1
* net/mac80211: Use wiphy_<level>Joe Perches2010-08-251-12/+9
* mac80211: Fix key freeing to handle unlinked keysJouni Malinen2010-07-271-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-171-7/+7
|\
| * mac80211: change RX aggregation lockingJohannes Berg2010-06-141-0/+1
| * mac80211: move BA session workJohannes Berg2010-06-141-1/+1
| * mac80211: make TX aggregation start/stop request asyncJohannes Berg2010-06-141-0/+1
| * mac80211: use RCU for TX aggregationJohannes Berg2010-06-141-7/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-111-8/+0
|\ \ | |/
| * mac80211: simplify key lockingJohannes Berg2010-06-031-8/+0
* | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-1/+1
|/
* mac80211: fix ieee80211_find_sta[_by_hw]Johannes Berg2010-05-031-4/+13
* mac80211: Prevent running sta_cleanup timer unnecessarilyJuuso Oikarinen2010-04-191-3/+10
* mac80211: enhance tracingJohannes Berg2010-04-081-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-081-4/+17
|\
| * mac80211: annotate station rcu dereferencesJohannes Berg2010-04-061-4/+16
| * mac80211: Fix sta_mtx unlocking on insert STA failure pathJouni Malinen2010-03-101-0/+1
* | mac80211: clean up/fix aggregation codeJohannes Berg2010-04-071-48/+10
* | mac80211: fix station destruction problemJohannes Berg2010-04-071-6/+9
|/
* mac80211: allow station add/remove to sleepJohannes Berg2010-02-081-368/+363
* mac80211: allow station updates on ap interfaces for vlan stationsFelix Fietkau2010-01-121-0/+21
* mac80211/cfg80211: add station eventsJohannes Berg2009-12-281-0/+5