Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/mt76.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mt76.h
diff options
context:
space:
mode:
Diffstat (limited to 'mt76.h')
-rw-r--r--mt76.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mt76.h b/mt76.h
index 26febc0c..f9bdf16f 100644
--- a/mt76.h
+++ b/mt76.h
@@ -415,6 +415,7 @@ struct mt76_hw_cap {
#define MT_DRV_SW_RX_AIRTIME BIT(2)
#define MT_DRV_RX_DMA_HDR BIT(3)
#define MT_DRV_HW_MGMT_TXQ BIT(4)
+#define MT_DRV_AMSDU_OFFLOAD BIT(5)
struct mt76_driver_ops {
u32 drv_flags;