X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fwlan%2Far5416desc.h;h=5d8a81a9c9eb67a2a2ed6ceb0a2b77cbd2d16c29;hb=3d424dda33fba1bb9fd7e0ec2e00ea62da992e86;hp=e726dd2600b68c9929284faf2a0cb8f56512e027;hpb=eaacae6cedaf752150758b9baa0917e1deb1a99f;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/wlan/ar5416desc.h b/target_firmware/wlan/ar5416desc.h index e726dd2..5d8a81a 100755 --- a/target_firmware/wlan/ar5416desc.h +++ b/target_firmware/wlan/ar5416desc.h @@ -468,9 +468,9 @@ extern HAL_BOOL ar5416SetupTxDesc_20(struct ath_hal *ah, struct ath_desc *ds, a_uint32_t keyIx, a_uint32_t antMode, a_uint32_t flags, a_uint32_t rtsctsRate, a_uint32_t rtsctsDuration, a_uint32_t compicvLen, a_uint32_t compivLen, a_uint32_t comp); -extern HAL_BOOL ar5416FillTxDesc_20(struct ath_hal *ah, struct ath_desc *ds, +extern HAL_BOOL ar5416FillTxDesc_20(struct ath_hal *ah, struct ath_tx_desc *ds, a_uint32_t segLen, HAL_BOOL firstSeg, HAL_BOOL lastSeg, - const struct ath_desc *ds0); + const struct ath_tx_desc *ds0); extern HAL_BOOL ar5416FillKeyTxDesc_20(struct ath_hal *ah, struct ath_desc *,HAL_KEY_TYPE); extern HAL_STATUS ar5416ProcTxDesc_20(struct ath_hal *ah, struct ath_desc *); @@ -492,9 +492,9 @@ extern void ar5416Set11nBurstDuration_20(struct ath_hal *ah, struct ath_desc *ds extern void ar5416Set11nVirtualMoreFrag_20(struct ath_hal *ah, struct ath_desc *ds, a_uint32_t vmf); extern HAL_BOOL ar5416SetupRxDesc_20(struct ath_hal *, - struct ath_desc *, a_uint32_t size, a_uint32_t flags); + struct ath_rx_desc *, a_uint32_t size, a_uint32_t flags); extern HAL_STATUS ar5416ProcRxDescFast_20(struct ath_hal *ah, - struct ath_desc *, a_uint32_t, + struct ath_rx_desc *, a_uint32_t, struct ath_desc *, struct ath_rx_status *); #endif