X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=target_firmware%2Fwlan%2Fif_athvar.h;h=b69817c59a17be5def7dbea3988630354da99c7f;hp=d84176bfab2f4e14db2b67de0de657dd3c22f7dd;hb=6c5255961571b9cc571776c9cf11f90468bfd7f1;hpb=bc2f0d1530a09de6cda35e6e02958e07d460e646 diff --git a/target_firmware/wlan/if_athvar.h b/target_firmware/wlan/if_athvar.h index d84176b..b69817c 100755 --- a/target_firmware/wlan/if_athvar.h +++ b/target_firmware/wlan/if_athvar.h @@ -493,10 +493,6 @@ a_uint8_t ath_get_minrateidx(struct ath_softc_tgt *sc, struct ath_vap_target *av ((*(_ah)->ah_setupRxDesc)((_ah), (_ds), (_size), (_intreq))) #define ath_hal_rxprocdescfast(_ah, _ds, _dspa, _dsnext, _rx_stats) \ ((*(_ah)->ah_procRxDescFast)((_ah), (_ds), (_dspa), (_dsnext), (_rx_stats))) -#define ath_hal_set11n_ratescenario(_ah, _ds, _durupdate, _rtsctsrate, _rtsctsduration, \ - _series, _nseries, _flags) \ - ((*(_ah)->ah_set11nRateScenario)(_ah, _ds, _durupdate, _rtsctsrate, _rtsctsduration,\ - _series, _nseries, _flags)) #define ath_hal_clr11n_aggr(_ah, _ds) \ ((*(_ah)->ah_clr11nAggr)(_ah, _ds)) #define ath_hal_set11n_burstduration(_ah, _ds, _burstduration) \