summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2014-03-13ath9k: Fix sequence number assignment for non-data framesHelmut Schaa1-2/+2
2014-03-13ath9k_hw: fix unreachable code in baseband hang detection codeFelix Fietkau1-2/+1
2014-02-25ath9k: fix invalid descriptor discardingFelix Fietkau1-35/+35
2014-02-25ath9k: reduce baseband hang detection false positive rateFelix Fietkau1-1/+7
2014-02-24ath9k: fix ps-poll responses under a-mpdu sessionsFelix Fietkau1-2/+3
2014-02-20ath9k: Fix ETSI compliance for AR9462 2.0Sujith Manoharan1-2/+2
2014-02-20ath9k: protect tid->sched checkStanislaw Gruszka1-3/+5
2014-02-04ath9k: Fix TX power calculationSujith Manoharan1-0/+4
2014-02-04ath9k: Do not support PowerSave by defaultSujith Manoharan1-1/+7
2014-02-04ath9k: Fix build error on ARMSujith Manoharan1-3/+2
2014-02-04ath9k_htc: avoid scheduling while atomic on sta_rc_updateStanislaw Gruszka2-22/+40
2014-02-04ath9k_htc: Do not support PowerSave by defaultOleksij Rempel1-1/+7
2014-02-04ath9k_htc: make ->sta_rc_update atomic for most callsStanislaw Gruszka1-12/+13
2014-01-23ath9k: Fix RX interrupt mitigationSujith Manoharan2-2/+12
2014-01-23ath9k: Fix code mistakeSujith Manoharan1-1/+1
2014-01-16ath9k_htc: use ath_is_mybeaconOleksij Rempel1-3/+1
2014-01-16ath9k: use ath_is_mybeaconOleksij Rempel1-16/+4
2014-01-16ath9k: Fix possible overflow conditionSujith Manoharan1-1/+1
2014-01-16ath9k: Fix IQ calibrationSujith Manoharan1-2/+15
2014-01-16ath9k: Fix error reported by smatchSujith Manoharan1-1/+1
2014-01-13ath9k: Process GTT interruptsSujith Manoharan3-4/+35
2014-01-13ath9k: Remove debug print in ISRSujith Manoharan1-2/+0
2014-01-13ath9k: Add a debugfs file "node_recv"Sujith Manoharan5-7/+203
2014-01-13ath9k: Use a separate debugfs file for PHY errorsSujith Manoharan1-43/+74
2014-01-13ath9k: Show only active TIDs in node_aggrSujith Manoharan1-5/+13
2014-01-13ath9k: Add an option for station statisticsSujith Manoharan5-81/+108
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-2/+0
2014-01-09ath9k: Disable cross-band FCCSujith Manoharan1-7/+0
2014-01-09ath9k: Use correct channel for RX packetsSujith Manoharan1-11/+14
2014-01-09ath9k: Update WB335 PCI IDsSujith Manoharan1-19/+82
2014-01-07mac80211: remove channel_change_timeJohannes Berg2-2/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-19/+67
2014-01-03ath9k: Fix regulatory complianceSujith Manoharan1-3/+2
2014-01-03ath9k: Fix AR955x RX sensitivitySujith Manoharan2-0/+233
2014-01-03ath9k: Add hardware support for QCA9531Sujith Manoharan4-24/+57
2014-01-03ath9k: Initialize QCA953x INI arraysSujith Manoharan1-1/+47
2014-01-03ath9k: Add QCA953x initvalsSujith Manoharan1-0/+718
2014-01-03ath9k: Assign macVersion for QCA9531Sujith Manoharan2-0/+6
2014-01-03ath9k: Add version/revision macros for QCA9531Sujith Manoharan1-1/+12
2014-01-03ath9k: use ether_addr_equal_64bitsJulia Lawall2-2/+2
2014-01-03ath9k: Fix interrupt statisticsSujith Manoharan1-1/+1
2014-01-03ath9k: Remove unused config option ack_6mbSujith Manoharan2-3/+0
2014-01-03ath9k: Fix AR9100 chip power-onSujith Manoharan1-1/+5
2014-01-03ath9k: Cleanup __ath9k_hw_init()Sujith Manoharan1-32/+32
2014-01-03ath9k: Handle unsupported MAC versions earlySujith Manoharan1-24/+24
2014-01-03ath9k: Move private HW callbacks to hw-ops.hSujith Manoharan2-39/+27
2014-01-03ath9k: Remove unused functionsSujith Manoharan1-12/+0
2014-01-03ath9k: Fix "cc_lock" usageSujith Manoharan2-9/+7
2014-01-03ath9k: Process BB watchdog events in the taskletSujith Manoharan1-8/+6
2014-01-03ath9k: Remove RX PollSujith Manoharan7-77/+17