mt76: connac: add support for passing the cipher field in bss_info
[linux-2.6-microblaze.git] / drivers / net / wireless / mediatek / mt76 / mt76.h
index 404c3d1..14f60fc 100644 (file)
@@ -85,6 +85,7 @@ enum mt76_rxq_id {
        MT_RXQ_MCU_WA,
        MT_RXQ_EXT,
        MT_RXQ_EXT_WA,
+       MT_RXQ_MAIN_WA,
        __MT_RXQ_MAX
 };
 
@@ -224,7 +225,7 @@ enum mt76_wcid_flags {
        MT_WCID_FLAG_HDR_TRANS,
 };
 
-#define MT76_N_WCIDS 288
+#define MT76_N_WCIDS 544
 
 /* stored in ieee80211_tx_info::hw_queue */
 #define MT_TX_HW_QUEUE_EXT_PHY         BIT(3)
@@ -621,6 +622,7 @@ struct mt76_vif {
        u8 band_idx;
        u8 wmm_idx;
        u8 scan_seq_num;
+       u8 cipher;
 };
 
 struct mt76_phy {