summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: fix PLL clock initialization for newer SoCFelix Fietkau2014-09-301-3/+6
* ath9k_hw: disable hardware ad-hoc flag on ar934x rev 3Felix Fietkau2014-09-301-3/+6
* ath9k: use ah->get_mac_revision for all SoC devices if availableFelix Fietkau2014-09-301-7/+4
* ath9k: enable ext channel pulse detectionLorenzo Bianconi2014-09-161-0/+1
* ath9k: do not overwrite ACK timeout estimationLorenzo Bianconi2014-09-161-0/+8
* ath9k: add dynamic ACK timeout estimationLorenzo Bianconi2014-09-161-0/+2
* ath9k: export methods related to ACK timeout estimationLorenzo Bianconi2014-09-161-3/+3
* ath9k: fix radar parameters initializationLorenzo Bianconi2014-09-151-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+19
|\
| * ath9k_hw: Fix pll2_divfrac for AR953xRajkumar Manoharan2014-06-251-1/+2
| * ath9k: save tsf in channel contextFelix Fietkau2014-06-191-5/+18
* | wireless: ath9k: Get rid of timespec conversionsThomas Gleixner2014-07-231-5/+2
|/
* ath9k: reorder or remove some includesOleksij Rempel2014-05-131-1/+0
* ath9k_hw: get QCA953x WMAC revision via platform_dataFelix Fietkau2014-05-061-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-2/+1
|\
| * ath9k_hw: fix unreachable code in baseband hang detection codeFelix Fietkau2014-03-131-2/+1
* | ath9k: Disable AR_INTR_SYNC_HOST1_FATAL for QCA953xSujith Manoharan2014-03-171-1/+1
* | ath9k: Add QCA953x WMAC platform supportSujith Manoharan2014-03-171-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-041-1/+7
|\|
| * ath9k: reduce baseband hang detection false positive rateFelix Fietkau2014-02-251-1/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-131-3/+2
|\|
| * ath9k: Fix build error on ARMSujith Manoharan2014-02-041-3/+2
* | ath9k: Remove ath9k rate controlSujith Manoharan2014-02-121-1/+0
|/
* ath9k: Fix RX interrupt mitigationSujith Manoharan2014-01-231-2/+10
* ath9k: Disable cross-band FCCSujith Manoharan2014-01-091-7/+0
* ath9k: Add hardware support for QCA9531Sujith Manoharan2014-01-031-12/+40
* ath9k: Assign macVersion for QCA9531Sujith Manoharan2014-01-031-0/+5
* ath9k: Remove unused config option ack_6mbSujith Manoharan2014-01-031-2/+0
* ath9k: Fix AR9100 chip power-onSujith Manoharan2014-01-031-1/+5
* ath9k: Cleanup __ath9k_hw_init()Sujith Manoharan2014-01-031-32/+32
* ath9k: Handle unsupported MAC versions earlySujith Manoharan2014-01-031-24/+24
* ath9k: Move private HW callbacks to hw-ops.hSujith Manoharan2014-01-031-39/+0
* ath9k: Remove unused functionsSujith Manoharan2014-01-031-12/+0
* ath9k: Fix PHY restart workaroundSujith Manoharan2014-01-031-2/+3
* ath9k: Add HW callbacks for MAC/BB hang checksSujith Manoharan2014-01-031-70/+0
* ath9k: Register supported HW hang checksSujith Manoharan2014-01-031-4/+1
* ath9k_hw: fix TSF offset calculationFelix Fietkau2014-01-031-2/+2
* ath9k_hw: fix gentimer callback without overflow handlerFelix Fietkau2014-01-031-2/+2
* ath9k: move ath9k_debug_sync_cause out of ath9k_hwFelix Fietkau2013-12-191-42/+0
* ath9k: Use a subroutine for the AR9330 reset WARSujith Manoharan2013-12-181-32/+38
* ath9k: Fix RTC reset delaySujith Manoharan2013-12-181-1/+6
* ath9k: Add a delay between RTC reset/clear for AR9003Sujith Manoharan2013-12-181-2/+1
* ath9k_hw: clean up station beacon timer APIFelix Fietkau2013-12-181-11/+7
* ath9k_hw: remove additional_swba_backoffFelix Fietkau2013-12-181-1/+0
* ath9k_hw: simplify spur channel handlingFelix Fietkau2013-12-181-7/+0
* ath9k_hw: remove ah->config.pcie_clock_reqFelix Fietkau2013-12-181-1/+0
* ath9k_hw: remove defunct ad-hoc mode ATIM window handling codeFelix Fietkau2013-12-181-5/+0
* ath9k_hw: clean up generic timer codeFelix Fietkau2013-12-181-51/+41
* ath9k: fix 5/10MHz channel width initialization on ar9003Lorenzo Bianconi2013-12-181-1/+2
* ath9k: Fix regulatory complianceSujith Manoharan2013-12-091-3/+3