aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2009-11-11ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()Luis R. Rodriguez
2009-11-11ath9k: move the max rx buffer size check to ath9k_rx_accept()Luis R. Rodriguez
2009-11-11ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez
2009-11-11ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()Luis R. Rodriguez
2009-11-11ath9k: avoid the copy skb->cb on every RX'd skbLuis R. Rodriguez
2009-11-11ath9k: move rssi processing into a helperLuis R. Rodriguez
2009-11-11ath9k: move qual processing into a helperLuis R. Rodriguez
2009-11-11ath9k: move rate descriptor reading into a helperLuis R. Rodriguez
2009-11-11ath9k: remove temp variable ratecode from ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: move RX check code into helper ath9k_rx_accept()Luis R. Rodriguez
2009-11-11ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: move struct ath_ani to common areaLuis R. Rodriguez
2009-11-11ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()Luis R. Rodriguez
2009-11-11ath9k: do not pass the entire descriptor to ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: handle low buffer space for virtual wiphysLuis R. Rodriguez
2009-11-11ath9k: use the right hw on ath_tx_setup_buffer() for HTLuis R. Rodriguez
2009-11-11ath9k: use correct hw for tx aggregation TX completionLuis R. Rodriguez
2009-11-11ath9k: pass the ieee80211_hw on radio enable/disableLuis R. Rodriguez
2009-11-11ath9k: use the passed ieee80211_hw on ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: simpify RX by calling ath_get_virt_hw() onceLuis R. Rodriguez
2009-11-11ath9k: update hw configuration for virtual wiphysLuis R. Rodriguez
2009-11-11ath9k: fix listening to idle requestsLuis R. Rodriguez
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-04mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg
2009-10-30ath9k_hw: make ath9k_phy_modify_rx_buffer() staticLuis R. Rodriguez
2009-10-30ath9k_hw: Fix and complete force bias for AR5416Luis R. Rodriguez
2009-10-30ath9k_hw: remove unused modesIndex param from ath9k_hw_write_regs()Luis R. Rodriguez
2009-10-30ath9k_hw: make spur mitigation a callbackLuis R. Rodriguez
2009-10-30ath9k_hw: order phy.c code and integrate spur mitigationLuis R. Rodriguez
2009-10-30ath9k_hw: use a callback for frequency changeLuis R. Rodriguez
2009-10-30ath9k_hw: make both analog channel change routines return intLuis R. Rodriguez
2009-10-30ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks()Luis R. Rodriguez
2009-10-30ath9k_hw: simplify ath9k_hw_rf_alloc_ext_banks()Luis R. Rodriguez
2009-10-30ath9k_hw: simplify rf attach and rename to ath9k_hw_rf_alloc_ext_banks()Luis R. Rodriguez
2009-10-30ath9k_hw: bail out early on ath9k_hw_init_rf()Luis R. Rodriguez
2009-10-30ath9k_hw: start documenting 802.11n RF anlong front endsLuis R. Rodriguez
2009-10-30ath9k_hw: change the way we initialize the pll for ar9271Luis R. Rodriguez
2009-10-30ath9k_hw: update register initialization/reset values for ar9271Luis R. Rodriguez
2009-10-30ath9k_hw: modify the rf control register for ar9271 revision 1.0Luis R. Rodriguez
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville
2009-10-30ath9k_hw: remove bogus register write on ath9k_hw_9271_pa_cal()Luis R. Rodriguez
2009-10-30ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offsetLuis R. Rodriguez
2009-10-30ath9k_hw: add AR9271 single chip name mappingLuis R. Rodriguez
2009-10-30ath9k_hw: distinguish single-chip solutions on initial probe printLuis R. Rodriguez
2009-10-30ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez
2009-10-30ath9k: fix misplaced semicolon on rate controlLuis R. Rodriguez
2009-10-27ath9k: adjust ahb callbacks to new struct layout to avoid compile errorsMarek Lindner
2009-10-27ath9k: Fix TX hang poll routineSujith
2009-10-27ath9k_hw: run ath9k_hw_9271_pa_cal() initial calibrationLuis R. Rodriguez