carl9170 firmware: per-vif tx sequence counter
[carl9170fw.git] / carlfw / include / cmd.h
index f99adedef27c791e4fee45483736772f3e7dbe6e..94f8cf5a9aa1c0665264937a05b3b3a658eff0b4 100644 (file)
@@ -46,6 +46,7 @@ static inline void __check(void)
        BUILD_BUG_ON(sizeof(struct carl9170_tx_status) != CARL9170_TX_STATUS_SIZE);
        BUILD_BUG_ON(sizeof(struct _carl9170_tx_status) != CARL9170_TX_STATUS_SIZE);
        BUILD_BUG_ON(sizeof(struct carl9170_gpio) != CARL9170_GPIO_SIZE);
+       BUILD_BUG_ON(sizeof(struct carl9170_rx_filter_cmd) != CARL9170_RX_FILTER_CMD_SIZE);
 }
 
 void handle_cmd(struct carl9170_rsp *resp);