use ah_set11nVirtualMoreFrag directly
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_athvar.h
index edcf74ced4a18ad3bab483f58658722defccefdc..f6f67cb838ec2919b4ad4fdac2bb4e3f01e0b790 100755 (executable)
@@ -489,12 +489,6 @@ typedef enum {
 
 a_uint8_t ath_get_minrateidx(struct ath_softc_tgt *sc, struct ath_vap_target *avp);
 
-#define ath_hal_set11n_virtualmorefrag(_ah, _ds, _vmf) \
-    ((*(_ah)->ah_set11nVirtualMoreFrag)(_ah, _ds, _vmf))
-#define ath_hal_fillkeytxdesc(_ah, _ds, _keytype) \
-    ((*(_ah)->ah_fillKeyTxDesc)((_ah), (_ds), (_keytype)))
-#define ath_hal_txprocdesc(_ah, _ds) \
-    ((*(_ah)->ah_procTxDesc)((_ah), (_ds)))
 #define ath_hal_htsupported(_ah) \
     (ath_hal_getcapability(_ah, HAL_CAP_HT, 0, NULL) == HAL_OK)
 #define ath_hal_getrtsaggrlimit(_ah, _pv) \