diff options
| author | Kalle Valo | 2018-06-18 15:48:15 +0200 |
|---|---|---|
| committer | Kalle Valo | 2018-06-18 15:48:15 +0200 |
| commit | 4cf44d525548eaa49a65eeda2b87dfa76984fffb (patch) | |
| tree | 9ba7c4bb7cc6023e6549d71ca83a5f8a7e56961d /drivers/net/wireless/ath/ath5k | |
| parent | Linux 4.18-rc1 (diff) | |
| parent | ath9k: debug: fix spelling mistake "WATHDOG" -> "WATCHDOG" (diff) | |
| download | kernel-qcow2-linux-4cf44d525548eaa49a65eeda2b87dfa76984fffb.tar.gz kernel-qcow2-linux-4cf44d525548eaa49a65eeda2b87dfa76984fffb.tar.xz kernel-qcow2-linux-4cf44d525548eaa49a65eeda2b87dfa76984fffb.zip | |
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for 4.19. Major changes:
ath10k
* support channel 173
* fix spectral scan for QCA9984 and QCA9888 chipsets
ath6kl
* add support for Dell Wireless 1537
Diffstat (limited to 'drivers/net/wireless/ath/ath5k')
| -rw-r--r-- | drivers/net/wireless/ath/ath5k/pcu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/pcu.c b/drivers/net/wireless/ath/ath5k/pcu.c index f23c851765df..05140d8baa36 100644 --- a/drivers/net/wireless/ath/ath5k/pcu.c +++ b/drivers/net/wireless/ath/ath5k/pcu.c @@ -670,6 +670,7 @@ ath5k_hw_init_beacon_timers(struct ath5k_hw *ah, u32 next_beacon, u32 interval) break; case NL80211_IFTYPE_ADHOC: AR5K_REG_ENABLE_BITS(ah, AR5K_TXCFG, AR5K_TXCFG_ADHOC_BCN_ATIM); + /* fall through */ default: /* On non-STA modes timer1 is used as next DMA * beacon alert (DBA) timer and timer2 as next |
