aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2020-06-16 01:06:05 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2020-08-03 00:19:18 +0100
commitac9203d26bd89bffb8f3965fec9a1c5b3b72e39c (patch)
tree0b4920c451f9390f7a23f07bad4a792592c8940f
parent44a78fa038f66bbfd47591cca9aa15eb9fdf6edc (diff)
wcn36xx: Add a chip identifier for WCN3680ath.git-pending+wcn36xx-802.11.ac+bluetooth-upstream-v0-p1-base
The WCN3680 has some specific behaviours that we want to capture to distinguish it from the WCN3620 and WCN3660 respectively. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--drivers/net/wireless/ath/wcn36xx/wcn36xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/wcn36xx/wcn36xx.h b/drivers/net/wireless/ath/wcn36xx/wcn36xx.h
index 3221fed15620..821c4ce61afd 100644
--- a/drivers/net/wireless/ath/wcn36xx/wcn36xx.h
+++ b/drivers/net/wireless/ath/wcn36xx/wcn36xx.h
@@ -92,6 +92,7 @@ enum wcn36xx_ampdu_state {
#define RF_UNKNOWN 0x0000
#define RF_IRIS_WCN3620 0x3620
+#define RF_IRIS_WCN3680 0x3680
static inline void buff_to_be(u32 *buf, size_t len)
{