cfg80211: add WMM traffic stream API
[carl9170fw.git] / include / shared / fwcmd.h
index 7ef5636aa1770d0aa0843ae5939d83b9f2cb0b57..9111d4ffc1b3851309af860a7b2e3e8175a2fb3e 100644 (file)
@@ -156,6 +156,14 @@ struct carl9170_psm {
 } __packed;
 #define CARL9170_PSM_SIZE              4
 
+/*
+ * Note: If a bit in rx_filter is set, then it
+ * means that the particular frames which matches
+ * the condition are FILTERED/REMOVED/DISCARDED!
+ * (This is can be a bit confusing, especially
+ * because someone people think it's the exact
+ * opposite way, so watch out!)
+ */
 struct carl9170_rx_filter_cmd {
        __le32          rx_filter;
 } __packed;
@@ -187,7 +195,7 @@ struct carl9170_wol_cmd {
        u8              mac[6];
        u8              bssid[6];
        __le32          null_interval;
-       __le32          free_for_use2;
+       __le32          free_for_use2;
        __le32          mask;
        u8              pattern[32];
 } __packed;
@@ -289,10 +297,11 @@ struct carl9170_tsf_rsp {
 
 struct carl9170_tally_rsp {
        __le32 active;
-       __le32 main_free;
-       __le32 ext_free;
+       __le32 cca;
+       __le32 tx_time;
        __le32 rx_total;
        __le32 rx_overrun;
+       __le32 tick;
 } __packed;
 
 struct carl9170_rsp {