summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Reset caldata on radio enableRajkumar Manoharan2011-09-191-0/+1
* ath9k: load noise floor from history after the full chip resetRajkumar Manoharan2011-09-192-0/+2
* ath9k_hw: Fix magnitude/phase coeff correctionRajkumar Manoharan2011-09-191-1/+2
* ath9k_hw: remove ar9100_hw_compute_pll_controlFelix Fietkau2011-09-191-11/+1
* ath9k_hw: fix setting the hardware diversity flagFelix Fietkau2011-09-195-29/+6
* ath9k_hw: remove dead code in the eeprom opsFelix Fietkau2011-09-193-30/+2
* ath9k_hw: clean up hardware revision checksFelix Fietkau2011-09-198-94/+63
* ath9k: sync the dma buffer after changing the retry flagFelix Fietkau2011-09-191-0/+3
* ath9k: fix setting the IEEE80211_TX_CTL_CLEAR_PS_FILT flagFelix Fietkau2011-09-191-0/+1
* Revert "ath9k: do not insert padding into tx buffers on AR9380+"John W. Linville2011-09-191-37/+19
* ath9k: do not insert padding into tx buffers on AR9380+Felix Fietkau2011-09-161-19/+37
* ath9k: optimize ath_tx_rc_status usageFelix Fietkau2011-09-161-16/+13
* ath9k: remove a redundant check in ath_tx_form_aggrFelix Fietkau2011-09-161-2/+1
* ath9k: optimize ath9k_ps_restoreFelix Fietkau2011-09-161-6/+11
* ath9k_hw: remove the old tx descriptor APIFelix Fietkau2011-09-166-472/+0
* ath9k: use the new API for setting tx descriptorsFelix Fietkau2011-09-163-160/+122
* ath9k_hw: add a new API for setting tx descriptorsFelix Fietkau2011-09-165-1/+275
* ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdescFelix Fietkau2011-09-161-2/+1
* ath9k: call ath9k_hw_set_desc_link for beacon descriptorsFelix Fietkau2011-09-161-0/+1
* ath9k: move ath_buf_set_rate to remove a forward declarationFelix Fietkau2011-09-161-142/+141
* ath9k: reduce the number of functions that access the tx descriptorFelix Fietkau2011-09-162-35/+57
* ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flagsFelix Fietkau2011-09-164-29/+13
* ath9k: ensure that rx is not enabled during a resetFelix Fietkau2011-09-162-4/+5
* ath9k: make beacon timer initialization more reliableFelix Fietkau2011-09-161-0/+1
* ath9k: fix enabling interrupts after a hardware error interruptFelix Fietkau2011-09-161-4/+5
* ath9k: Fix PS wrappers and enabling LEDMohammed Shafi Shajakhan2011-09-161-2/+2
* ath9k: enable LED pin for AR946/8x chipsetsMohammed Shafi Shajakhan2011-09-162-0/+3
* ath9k_hw: Do full chip reset on 11A channels for AR9003Rajkumar Manoharan2011-09-161-3/+5
* ath9k_hw: move register definitions to header filesSenthil Balasubramanian2011-09-162-26/+25
* ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian2011-09-167-36/+362
* ath9k_hw: Split tx/rx gain table initval handlingSenthil Balasubramanian2011-09-161-180/+210
* ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.Senthil Balasubramanian2011-09-166-18/+3883
* ath9k_hw: Fix magnitude/phase average in TxIQ CalibrationRajkumar Manoharan2011-09-141-4/+13
* ath9k: Move cycle conters under cc_lockRajkumar Manoharan2011-09-141-3/+6
* ath9k: Take the samples in unassociated stateRajkumar Manoharan2011-09-141-0/+5
* ath9k: implement .get_antenna and .set_antennaFelix Fietkau2011-09-144-8/+99
* ath9k: merge reset related functionsFelix Fietkau2011-09-141-176/+127
* ath9k: always call ath_reset from workqueue contextFelix Fietkau2011-09-145-13/+26
* ath9k: move a few functions aroundFelix Fietkau2011-09-141-68/+69
* ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau2011-09-1410-41/+27
* ath9k: ath9k_hw_set_txpowerlimit sets previous txpowerBill Jordan2011-09-131-2/+2
* ath9k_hw: Fix rx latency of 11a modeRajkumar Manoharan2011-09-131-2/+5
* ath9k: fix checks for first subframe delimiter paddingFelix Fietkau2011-09-132-2/+3
* ath9k_hw: fix the last register write for ar5416 addacFelix Fietkau2011-09-131-1/+1
* ath9k_hw: drop an unused column in AR5008-AR9002 initvalsFelix Fietkau2011-09-134-1912/+1934
* ath9k_hw: do not apply the 2.4 ghz ack timeout workaround to ctsFelix Fietkau2011-09-131-2/+3
* ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggrFelix Fietkau2011-08-301-39/+66
* ath9k: move seqno allocation in the tx path to ath_tx_setup_bufferFelix Fietkau2011-08-301-19/+23
* ath9k: move the sequence number from ath_frame_info to ath_bufFelix Fietkau2011-08-302-33/+24
* ath9k: clean up the aggregation tid queueFelix Fietkau2011-08-303-37/+45