aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-19/+42
2008-03-06mac80211: reorder a few fields in sta_infoJohannes Berg1-2/+2
2008-03-06mac80211: clean up mesh RX path a bit moreJohannes Berg1-0/+8
2008-03-06mac80211: clean up mesh codeJohannes Berg1-2/+0
2008-03-06mac80211: mesh data structures and first mesh changesLuis Carlos Cobo1-0/+30
2008-02-29mac80211: remove STA infos last_ack stuffJohannes Berg1-4/+0
2008-02-29mac80211: atomically check whether STA exists alreadyJohannes Berg1-2/+2
2008-02-29mac80211: rework TX filtered frame codeJohannes Berg1-2/+4
2008-02-29mac80211: consolidate TIM handling codeJohannes Berg1-1/+3
2008-02-29mac80211: remove sta TIM flag, fix expiry TIM handlingJohannes Berg1-8/+6
2008-02-29mac80211: convert sta_info.pspoll to a flagJohannes Berg1-1/+2
2008-02-29mac80211: remove port control enable switch, clean up sta flagsJohannes Berg1-15/+29
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-5/+5
2008-02-29mac80211: A-MPDU add debugfs supportRon Rindjunsky1-0/+1
2008-02-29mac80211: A-MPDU Tx add MLME structuresRon Rindjunsky1-3/+33
2008-01-28mac80211: A-MPDU Rx add MLME structuresRon Rindjunsky1-0/+47