summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2014-10-30ath9k: fix some debugfs outputDan Carpenter1-1/+1
2014-10-23ath9k_common: always update value in ath9k_cmn_update_txpowFelix Fietkau1-4/+4
2014-10-23ath9k: Enable HW queue control only for MCCSujith Manoharan3-27/+41
2014-10-08ath9k: Fix sequence number assignmentSujith Manoharan4-23/+35
2014-10-07ath9k_htc: avoid kernel panic in ath9k_hw_resetMarek Puzyniak1-0/+1
2014-10-07ath9k: Fix crash in MCC modeSujith Manoharan1-1/+1
2014-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-5/+4
2014-10-02ath9k: Fix flushing in MCC modeSujith Manoharan1-0/+16
2014-10-02ath9k: Fix queue handling for channel contextsSujith Manoharan1-6/+1
2014-10-02ath9k: Add ath9k_chanctx_stop_queues()Sujith Manoharan2-0/+24
2014-10-02ath9k: Pass context to ath9k_chanctx_wake_queues()Sujith Manoharan3-6/+7
2014-10-02ath9k: Fix queue handling in flush()Sujith Manoharan1-5/+0
2014-10-02ath9k: Remove duplicate codeSujith Manoharan1-9/+1
2014-10-02ath9k: Fix pending frame checkSujith Manoharan1-3/+0
2014-10-02ath9k: Check pending frames properlySujith Manoharan1-1/+4
2014-10-02ath9k: Print RoC expirationSujith Manoharan1-0/+7
2014-09-30ath9k: fix getting tx duration for dynackFelix Fietkau7-18/+49
2014-09-30ath9k: Check early for HW resetSujith Manoharan1-4/+6
2014-09-30ath9k_hw: fix PLL clock initialization for newer SoCFelix Fietkau3-4/+40
2014-09-30ath9k_hw: reduce ANI spur immunity setting on HT40 extension channelFelix Fietkau1-3/+2
2014-09-30Revert "ath9k_hw: reduce ANI firstep range for older chips"Felix Fietkau1-1/+3
2014-09-30ath9k_hw: disable hardware ad-hoc flag on ar934x rev 3Felix Fietkau2-3/+10
2014-09-30ath9k: use ah->get_mac_revision for all SoC devices if availableFelix Fietkau1-7/+4
2014-09-26ath9k: Fix offchannel queuingSujith Manoharan1-3/+3
2014-09-26ath9k: Use normal queues for offchannel framesSujith Manoharan1-2/+1
2014-09-26ath9k: Fix queue managementSujith Manoharan1-7/+3
2014-09-26ath9k: Fix p2p address managementSujith Manoharan2-0/+37
2014-09-26ath9k: Cache BSS informationSujith Manoharan3-7/+17
2014-09-22ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik1-1/+1
2014-09-16ath9k: enable ext channel pulse detectionLorenzo Bianconi1-0/+1
2014-09-16ath9k: Fix build errorSujith Manoharan1-0/+2
2014-09-16ath9k: initialize ath_node linked listLorenzo Bianconi1-0/+4
2014-09-16ath9k: enable dynack using set_coverage_class codepathLorenzo Bianconi1-4/+29
2014-09-16ath9k: add debugfs support for dynackLorenzo Bianconi1-0/+28
2014-09-16ath9k: enable control frame receptionLorenzo Bianconi1-1/+2
2014-09-16ath9k: add sampling methods for (tx|rx) timestampLorenzo Bianconi2-0/+10
2014-09-16ath9k: do not overwrite ACK timeout estimationLorenzo Bianconi1-0/+8
2014-09-16ath9k: add config for (en|dis)abling ACK timeout estimationLorenzo Bianconi2-0/+12
2014-09-16ath9k: add dynamic ACK timeout estimationLorenzo Bianconi5-0/+462
2014-09-16ath9k: add duration field to ath_tx_statusLorenzo Bianconi3-0/+17
2014-09-16ath9k: export methods related to ACK timeout estimationLorenzo Bianconi2-3/+7
2014-09-15ath9k_htc: fix random decryption failureJohannes Stezenbach1-1/+1
2014-09-15ath9k: Fix primary station configurationSujith Manoharan1-5/+1
2014-09-15ath9k: Remove useless opmode checkSujith Manoharan1-7/+0
2014-09-15ath9k: Set offchannel state properlySujith Manoharan1-15/+42
2014-09-15ath9k: Check beaconing mode properlySujith Manoharan1-0/+3
2014-09-15ath9k: Remove unnecessary tbtt assignmentSujith Manoharan3-6/+5
2014-09-15ath9k: Fix beacon processing in offchannelSujith Manoharan1-1/+9
2014-09-15ath9k: fix radar parameters initializationLorenzo Bianconi2-2/+5
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville2-2/+3