aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-27mac80211: fix PS-poll response, raceJohannes Berg1-13/+0
2009-07-10mac80211: improve per-sta debugfsJohannes Berg1-0/+17
2009-05-20mac80211: fix kernel-docJohannes Berg1-0/+1
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-0/+1
2009-05-06mac80211: Add a timeout for frames in the RX reorder bufferJouni Malinen1-0/+2
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg1-2/+1
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg1-2/+0
2009-03-27mac80211: fix aggregation to not require queue stopJohannes Berg1-0/+2
2009-03-27mac80211: Tear down aggregation sessions for suspend/resumeSujith1-0/+3
2009-02-27mac80211: add missing kernel-docJohannes Berg1-0/+1
2009-02-27mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg1-2/+2
2009-02-13mac80211: fix aggregation timer lockupsJohannes Berg1-0/+1
2009-02-13mac80211: fix RX aggregation timeoutsJohannes Berg1-1/+1
2009-02-13mac80211: remove stray aggregation debugfs definitionJohannes Berg1-1/+0
2009-01-29mac80211: 802.11w - STA flag for MFPJouni Malinen1-0/+2
2009-01-29mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h.Rami Rosen1-2/+0
2009-01-16mac80211: more kernel-doc fixesRandy Dunlap1-1/+0
2008-11-21mac80211: remove more excess kernel-docRandy Dunlap1-3/+0
2008-10-31mac80211: fix two kernel-doc warningsJohannes Berg1-18/+20
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-2/+2
2008-10-14mac80211: fix debugfs lockupJohannes Berg1-0/+1
2008-09-30mac80211: remove wme_tx_queue and wme_rx_queue from net/mac80211/sta_info.hRami Rosen1-12/+0
2008-09-24mac80211: clean up rate control APIJohannes Berg1-1/+1
2008-09-15mac80211: fix sta_info kernel-doc warningJohannes Berg1-1/+1
2008-09-15mac80211: share sta_info->ht_infoJohannes Berg1-2/+0
2008-09-15mac80211: move txrate_idx into RC algorithmsJohannes Berg1-1/+1
2008-09-15mac80211: share sta->supp_ratesJohannes Berg1-2/+0
2008-09-15mac80211: move last_txrate_idx into RC algorithmsJohannes Berg1-2/+0
2008-09-15mac80211: small rate control changesJohannes Berg1-7/+0
2008-09-15mac80211: share STA information with driverJohannes Berg1-2/+5
2008-09-15mac80211: move ieee80211_sta_expireJohannes Berg1-1/+2
2008-09-08mac80211: add missing kernel-docRandy Dunlap1-0/+1
2008-07-14mac80211: fix TX sequence numbersJohannes Berg1-0/+1
2008-07-08mac80211: fix lots of kernel-docRandy Dunlap1-21/+60
2008-06-26mac80211: use separate spinlock for sta flagsJohannes Berg1-13/+27
2008-05-21mac80211: remove channel use statisticsJohannes Berg1-4/+0
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-1/+1
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf1-1/+1
2008-05-14mac80211: proper STA info lockingJohannes Berg1-9/+63
2008-04-08mac80211: rename filesJohannes Berg1-1/+1
2008-04-08mac80211: fix key vs. sta locking problemsJohannes Berg1-1/+0
2008-04-01mac80211: fix spinlock recursion on sta expirationLuis Carlos Cobo1-0/+1
2008-04-01mac80211: sta_info_flush() fixesJohannes Berg1-0/+2
2008-03-27mac80211: reorder fields to make some structures smallerJohannes Berg1-4/+4
2008-03-27mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky1-21/+23
2008-03-27mac80211: fix wrong Rx A-MPDU control via debugfsRon Rindjunsky1-0/+1
2008-03-06mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo1-9/+22
2008-03-06mac80211: remove STA entries when taking down interfaceJohannes Berg1-1/+1
2008-03-06mac80211: clean up sta_info and document lockingJohannes Berg1-53/+82
2008-03-06mac80211: split sta_info_addJohannes Berg1-5/+12