carl9170 firmware: modify the right beacon
[carl9170fw.git] / carlfw / include / wl.h
index fa3cb229afeb41e0d1ab6f70b344268755172315..86a7abfea818d2e47aeae75e230375d0072f2dd0 100644 (file)
@@ -262,7 +262,9 @@ 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);
+void wlan_cab_modify_dtim_beacon(const unsigned int vif,
+                                const unsigned int bcn_addr,
+                                const unsigned int bcn_len);
 
 static inline void __check_wlantx(void)
 {