aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-4/+4
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-4/+0
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-7/+12
2011-05-16nl80211: Move peer link state definition to nl80211Javier Cardona1-1/+1
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-6/+9
2011-05-12mac80211: fix another key non-raceJohannes Berg1-2/+4
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+0
2011-04-26mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan1-2/+0
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+15
2011-04-19mac80211: add a function for setting the TIM bit for a specific stationFelix Fietkau1-1/+12
2011-04-12{mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan1-0/+3
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-11/+4
2011-04-04mac80211: clean up station cleanup timerJohannes Berg1-11/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-30cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen1-0/+2
2011-03-21mac80211: initialize sta->last_rx in sta_info_allocFelix Fietkau1-0/+1
2011-02-03mac80211: add HW flag for disabling auto link-PS in AP modeArik Nemtsov1-1/+2
2010-12-07nl80211/mac80211: Report signal averageBruno Randolf1-0/+2
2010-11-24Revert "nl80211/mac80211: Report signal average"John W. Linville1-2/+0
2010-11-18nl80211/mac80211: Report signal averageBruno Randolf1-0/+2
2010-11-17mac80211: fix powersaving clients racesJohannes Berg1-3/+14
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg1-5/+5
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-1/+1
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear1-4/+11
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg1-1/+1
2010-09-14mac80211: match only assigned bss in sta_info_get_bssJohannes Berg1-1/+1
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches1-12/+9
2010-07-27mac80211: Fix key freeing to handle unlinked keysJouni Malinen1-1/+1
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-7/+7
2010-06-14mac80211: change RX aggregation lockingJohannes Berg1-0/+1
2010-06-14mac80211: move BA session workJohannes Berg1-1/+1
2010-06-14mac80211: make TX aggregation start/stop request asyncJohannes Berg1-0/+1
2010-06-14mac80211: use RCU for TX aggregationJohannes Berg1-7/+5
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-8/+0
2010-06-03mac80211: simplify key lockingJohannes Berg1-8/+0
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-03mac80211: fix ieee80211_find_sta[_by_hw]Johannes Berg1-4/+13
2010-04-19mac80211: Prevent running sta_cleanup timer unnecessarilyJuuso Oikarinen1-3/+10
2010-04-08mac80211: enhance tracingJohannes Berg1-0/+2
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into mergeJohn W. Linville1-4/+17
2010-04-07mac80211: clean up/fix aggregation codeJohannes Berg1-48/+10
2010-04-07mac80211: fix station destruction problemJohannes Berg1-6/+9
2010-04-06mac80211: annotate station rcu dereferencesJohannes Berg1-4/+16
2010-03-10mac80211: Fix sta_mtx unlocking on insert STA failure pathJouni Malinen1-0/+1
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg1-368/+363
2010-01-12mac80211: allow station updates on ap interfaces for vlan stationsFelix Fietkau1-0/+21
2009-12-28mac80211/cfg80211: add station eventsJohannes Berg1-0/+5
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-1/+1
2009-12-21mac80211: trace interface nameJohannes Berg1-3/+3
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-4/+4