| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-08-06 | 1 | -1/+19 |
|\ |
|
| * | ath9k_hw: Fix pll2_divfrac for AR953x | Rajkumar Manoharan | 2014-06-25 | 1 | -1/+2 |
| * | ath9k: save tsf in channel context | Felix Fietkau | 2014-06-19 | 1 | -5/+18 |
* | | wireless: ath9k: Get rid of timespec conversions | Thomas Gleixner | 2014-07-23 | 1 | -5/+2 |
|/ |
|
* | ath9k: reorder or remove some includes | Oleksij Rempel | 2014-05-13 | 1 | -1/+0 |
* | ath9k_hw: get QCA953x WMAC revision via platform_data | Felix Fietkau | 2014-05-06 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-25 | 1 | -2/+1 |
|\ |
|
| * | ath9k_hw: fix unreachable code in baseband hang detection code | Felix Fietkau | 2014-03-13 | 1 | -2/+1 |
* | | ath9k: Disable AR_INTR_SYNC_HOST1_FATAL for QCA953x | Sujith Manoharan | 2014-03-17 | 1 | -1/+1 |
* | | ath9k: Add QCA953x WMAC platform support | Sujith Manoharan | 2014-03-17 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-03-04 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | ath9k: reduce baseband hang detection false positive rate | Felix Fietkau | 2014-02-25 | 1 | -1/+7 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-02-13 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | ath9k: Fix build error on ARM | Sujith Manoharan | 2014-02-04 | 1 | -3/+2 |
* | | ath9k: Remove ath9k rate control | Sujith Manoharan | 2014-02-12 | 1 | -1/+0 |
|/ |
|
* | ath9k: Fix RX interrupt mitigation | Sujith Manoharan | 2014-01-23 | 1 | -2/+10 |
* | ath9k: Disable cross-band FCC | Sujith Manoharan | 2014-01-09 | 1 | -7/+0 |
* | ath9k: Add hardware support for QCA9531 | Sujith Manoharan | 2014-01-03 | 1 | -12/+40 |
* | ath9k: Assign macVersion for QCA9531 | Sujith Manoharan | 2014-01-03 | 1 | -0/+5 |
* | ath9k: Remove unused config option ack_6mb | Sujith Manoharan | 2014-01-03 | 1 | -2/+0 |
* | ath9k: Fix AR9100 chip power-on | Sujith Manoharan | 2014-01-03 | 1 | -1/+5 |
* | ath9k: Cleanup __ath9k_hw_init() | Sujith Manoharan | 2014-01-03 | 1 | -32/+32 |
* | ath9k: Handle unsupported MAC versions early | Sujith Manoharan | 2014-01-03 | 1 | -24/+24 |
* | ath9k: Move private HW callbacks to hw-ops.h | Sujith Manoharan | 2014-01-03 | 1 | -39/+0 |
* | ath9k: Remove unused functions | Sujith Manoharan | 2014-01-03 | 1 | -12/+0 |
* | ath9k: Fix PHY restart workaround | Sujith Manoharan | 2014-01-03 | 1 | -2/+3 |
* | ath9k: Add HW callbacks for MAC/BB hang checks | Sujith Manoharan | 2014-01-03 | 1 | -70/+0 |
* | ath9k: Register supported HW hang checks | Sujith Manoharan | 2014-01-03 | 1 | -4/+1 |
* | ath9k_hw: fix TSF offset calculation | Felix Fietkau | 2014-01-03 | 1 | -2/+2 |
* | ath9k_hw: fix gentimer callback without overflow handler | Felix Fietkau | 2014-01-03 | 1 | -2/+2 |
* | ath9k: move ath9k_debug_sync_cause out of ath9k_hw | Felix Fietkau | 2013-12-19 | 1 | -42/+0 |
* | ath9k: Use a subroutine for the AR9330 reset WAR | Sujith Manoharan | 2013-12-18 | 1 | -32/+38 |
* | ath9k: Fix RTC reset delay | Sujith Manoharan | 2013-12-18 | 1 | -1/+6 |
* | ath9k: Add a delay between RTC reset/clear for AR9003 | Sujith Manoharan | 2013-12-18 | 1 | -2/+1 |
* | ath9k_hw: clean up station beacon timer API | Felix Fietkau | 2013-12-18 | 1 | -11/+7 |
* | ath9k_hw: remove additional_swba_backoff | Felix Fietkau | 2013-12-18 | 1 | -1/+0 |
* | ath9k_hw: simplify spur channel handling | Felix Fietkau | 2013-12-18 | 1 | -7/+0 |
* | ath9k_hw: remove ah->config.pcie_clock_req | Felix Fietkau | 2013-12-18 | 1 | -1/+0 |
* | ath9k_hw: remove defunct ad-hoc mode ATIM window handling code | Felix Fietkau | 2013-12-18 | 1 | -5/+0 |
* | ath9k_hw: clean up generic timer code | Felix Fietkau | 2013-12-18 | 1 | -51/+41 |
* | ath9k: fix 5/10MHz channel width initialization on ar9003 | Lorenzo Bianconi | 2013-12-18 | 1 | -1/+2 |
* | ath9k: Fix regulatory compliance | Sujith Manoharan | 2013-12-09 | 1 | -3/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-12-06 | 1 | -4/+3 |
|\ |
|
| * | net: wireless: ath9k: avoid possible NULL pointer dereference | Michal Nazarewicz | 2013-12-02 | 1 | -4/+3 |
* | | ath9k_hw: allow fast channel change when only CHANNEL_HT changes | Felix Fietkau | 2013-12-02 | 1 | -3/+4 |
* | | ath9k_hw: fix TSF save/restore around chip reset | Felix Fietkau | 2013-12-02 | 1 | -6/+10 |
* | | ath9k: Remove pcieSerDesWrite | Sujith Manoharan | 2013-12-02 | 1 | -1/+0 |
|/ |
|
* | ath9k: add noise floor parameter to ath9k_hw_getchan_noise | Lorenzo Bianconi | 2013-10-18 | 1 | -1/+1 |
* | ath9k_hw: remove references to hw->conf | Felix Fietkau | 2013-10-14 | 1 | -12/+9 |
* | ath9k_hw: simplify channel flags | Felix Fietkau | 2013-10-14 | 1 | -17/+7 |