summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath12k/core.h')
-rw-r--r--drivers/net/wireless/ath/ath12k/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath12k/core.h b/drivers/net/wireless/ath/ath12k/core.h
index 68b4031ac484..67bf8d840b00 100644
--- a/drivers/net/wireless/ath/ath12k/core.h
+++ b/drivers/net/wireless/ath/ath12k/core.h
@@ -838,6 +838,8 @@ struct ath12k_base {
DECLARE_BITMAP(fw_features, ATH12K_FW_FEATURE_COUNT);
} fw;
+ const struct hal_rx_ops *hal_rx_ops;
+
/* must be last */
u8 drv_priv[] __aligned(sizeof(void *));
};