summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2011-09-16ath9k: use the new API for setting tx descriptorsFelix Fietkau
2011-09-16ath9k_hw: add a new API for setting tx descriptorsFelix Fietkau
2011-09-16ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdescFelix Fietkau
2011-09-16ath9k: call ath9k_hw_set_desc_link for beacon descriptorsFelix Fietkau
2011-09-16ath9k: move ath_buf_set_rate to remove a forward declarationFelix Fietkau
2011-09-16ath9k: reduce the number of functions that access the tx descriptorFelix Fietkau
2011-09-16ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flagsFelix Fietkau
2011-09-16ath9k: ensure that rx is not enabled during a resetFelix Fietkau
2011-09-16ath9k: make beacon timer initialization more reliableFelix Fietkau
2011-09-16ath9k: fix enabling interrupts after a hardware error interruptFelix Fietkau
2011-09-16ath9k: Fix PS wrappers and enabling LEDMohammed Shafi Shajakhan
2011-09-16ath9k: enable LED pin for AR946/8x chipsetsMohammed Shafi Shajakhan
2011-09-16ath9k_hw: Do full chip reset on 11A channels for AR9003Rajkumar Manoharan
2011-09-16ath9k_hw: move register definitions to header filesSenthil Balasubramanian
2011-09-16ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian
2011-09-16ath9k_hw: Split tx/rx gain table initval handlingSenthil Balasubramanian
2011-09-16ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.Senthil Balasubramanian
2011-09-14ath9k_hw: Fix magnitude/phase average in TxIQ CalibrationRajkumar Manoharan
2011-09-14ath9k: Move cycle conters under cc_lockRajkumar Manoharan
2011-09-14ath9k: Take the samples in unassociated stateRajkumar Manoharan
2011-09-14ath9k: implement .get_antenna and .set_antennaFelix Fietkau
2011-09-14ath9k: merge reset related functionsFelix Fietkau
2011-09-14ath9k: always call ath_reset from workqueue contextFelix Fietkau
2011-09-14ath9k: move a few functions aroundFelix Fietkau
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau
2011-09-13ath9k: ath9k_hw_set_txpowerlimit sets previous txpowerBill Jordan
2011-09-13ath9k_hw: Fix rx latency of 11a modeRajkumar Manoharan
2011-09-13ath9k: fix checks for first subframe delimiter paddingFelix Fietkau
2011-09-13ath9k_hw: fix the last register write for ar5416 addacFelix Fietkau
2011-09-13ath9k_hw: drop an unused column in AR5008-AR9002 initvalsFelix Fietkau
2011-09-13ath9k_hw: do not apply the 2.4 ghz ack timeout workaround to ctsFelix Fietkau
2011-08-30ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggrFelix Fietkau
2011-08-30ath9k: move seqno allocation in the tx path to ath_tx_setup_bufferFelix Fietkau
2011-08-30ath9k: move the sequence number from ath_frame_info to ath_bufFelix Fietkau
2011-08-30ath9k: clean up the aggregation tid queueFelix Fietkau
2011-08-30ath9k: use u8 for the tx key indexFelix Fietkau
2011-08-30ath: Make ath_printk void not int and remove unused struct ath_common *Joe Perches
2011-08-30ath: Make ath_dbg void not intJoe Perches
2011-08-29ath9k: Fix a smatch warningsLarry Finger
2011-08-29ath9k: Add debugfs support for mac/baseband samplesRajkumar Manoharan
2011-08-29ath9k: fix regression in sending aggregated packetsFelix Fietkau
2011-08-29ath9k: Fix eifs/usec timeout for AR9287 v1.3+Rajkumar Manoharan
2011-08-29ath9k_hw: Set default slottime as 9usRajkumar Manoharan
2011-08-29ath9k: minor cleanup in aniMohammed Shafi Shajakhan
2011-08-29ath9k: use appropriate debug maskMohammed Shafi Shajakhan
2011-08-29ath9k: add missing AR9340 in ath_mac_bb_namesFlorian Fainelli
2011-08-26ath9k: add AR9580 supportLuis R. Rodriguez
2011-08-26carl9170: Use do_div for 64-bit division to fix 32-bit kernelsChristian Lamparter
2011-08-26ath9k_hw: add AR9580 supportLuis R. Rodriguez
2011-08-26ath9k_htc: Add get_stats call backMohammed Shafi Shajakhan