Disable TXCONT, it's not here in FreeBSD.

This commit is contained in:
Adrian Chadd 2013-05-01 01:50:33 +00:00
parent fffa0eea61
commit a371ba805e

View File

@ -1185,9 +1185,11 @@ ar9300_get_diag_state(struct ath_hal *ah, int request,
ar9300_ani_control(
ah, ((const u_int32_t *)args)[0], ((const u_int32_t *)args)[1]);
return AH_TRUE;
#if 0
case HAL_DIAG_TXCONT:
/*AR9300_CONTTXMODE(ah, (struct ath_desc *)args, argsize );*/
return AH_TRUE;
#endif /* 0 */
#endif /* AH_PRIVATE_DIAG */
case HAL_DIAG_CHANNELS:
#if 0