X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Fcarl9170.h;h=85ea1d2425bd5895915aff9525cb407a61f01bac;hb=5c88cbd1cf76020804e6dff87ec3c19b17fa4fa3;hp=b05d8beaec22ee3a70ae31078d1d0b72310e94f7;hpb=d496f07eeee98f74d6aba3f7db5671d06864ed52;p=carl9170fw.git diff --git a/carlfw/include/carl9170.h b/carlfw/include/carl9170.h index b05d8be..85ea1d2 100644 --- a/carlfw/include/carl9170.h +++ b/carlfw/include/carl9170.h @@ -100,8 +100,8 @@ struct firmware_context_struct { struct carl9170_tx_superframe *ampdu_prev[__AR9170_NUM_TX_QUEUES]; /* Hardware DMA queue unstuck/fix detection */ - unsigned int last_tx_desc_num[__AR9170_NUM_TX_QUEUES]; - struct dma_desc *last_tx_desc[__AR9170_NUM_TX_QUEUES]; + unsigned int last_super_num[__AR9170_NUM_TX_QUEUES]; + struct carl9170_tx_superframe *last_super[__AR9170_NUM_TX_QUEUES]; unsigned int mac_reset; unsigned int soft_int; @@ -182,9 +182,7 @@ struct firmware_context_struct { unsigned int frequency; unsigned int ht_settings; -#ifdef CONFIG_CARL9170FW_PSM struct carl9170_psm psm; -#endif /* CONFIG_CARL9170FW_PSM */ #endif /* CONFIG_CARL9170FW_RADIO_FUNCTIONS */ } phy;