X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=target_firmware%2Fwlan%2Far5416_hw.c;h=a67ce1781e13c0e659e67fbdab3a3233f89b7e1b;hp=0051e20cefbe501c1ec7683bb6f446f1ac79cab9;hb=40d4865c8791184b3b30f62be5fe606e55e1c246;hpb=6cf1315f556f88d65201ebd3057faa06ec852bdb diff --git a/target_firmware/wlan/ar5416_hw.c b/target_firmware/wlan/ar5416_hw.c index 0051e20..a67ce17 100644 --- a/target_firmware/wlan/ar5416_hw.c +++ b/target_firmware/wlan/ar5416_hw.c @@ -919,7 +919,7 @@ void ar5416Set11nBurstDuration_20(struct ath_tx_desc *ds, ads->ds_ctl2 |= SM(burstDuration, AR_BurstDur); } -void ar5416Set11nVirtualMoreFrag_20(struct ath_hal *ah, struct ath_tx_desc *ds, +void ar5416Set11nVirtualMoreFrag_20(struct ath_tx_desc *ds, a_uint32_t vmf) { struct ar5416_desc *ads = AR5416DESC(ds);