carl9170 firmware: Support multiple CAB queues
[carl9170fw.git] / carlfw / include / wl.h
index 47dda502bcd7a60ec912d79143327359096a6fc5..fa3cb229afeb41e0d1ab6f70b344268755172315 100644 (file)
@@ -261,6 +261,9 @@ void wlan_timer(void);
 void handle_wlan(void);
 void wlan_tx_stuck(const struct carl9170_cmd *cmd, struct carl9170_rsp *rsp);
 
+void wlan_cab_flush_queue(const unsigned int vif);
+void wlan_cab_modify_dtim_beacon(const unsigned int vif);
+
 static inline void __check_wlantx(void)
 {
        BUILD_BUG_ON(sizeof(struct carl9170_tx_superdesc) != CARL9170_TX_SUPERDESC_LEN);