aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-7/+11
2009-11-18mac80211: make software rate control optionalJohannes Berg1-7/+22
2009-11-18mac80211: let sta_info_get_by_idx get sta by sdataJohannes Berg1-3/+4
2009-11-11mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau1-0/+3
2009-11-06mac80211: async station powersave handlingJohannes Berg1-1/+117
2009-11-04mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg1-2/+16
2009-10-07mac80211: fix vlan and optimise RXJohannes Berg1-0/+2
2009-08-14nl80211: add generation number to all dumpsJohannes Berg1-0/+2
2009-06-03mac80211: extend sta kdoc - explain when they are addedLuis R. Rodriguez1-0/+9
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-0/+3
2009-05-20mac80211: Initialize RX's last received sequence numberSenthil Balasubramanian1-0/+3
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-8/+6
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg1-6/+6
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg1-70/+1
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg1-12/+0
2009-03-27mac80211: fix aggregation to not require queue stopJohannes Berg1-0/+5
2009-02-27mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg1-2/+13