[ath] [fix] athani compilation was broken by recent ath change
* This commit is going to fix build of AR724x on 13-CURRENT with additional tools like athani. See r344841
This commit is contained in:
parent
e1d9e7fdef
commit
c5e7d75d31
@ -169,7 +169,7 @@ ani_read_state(struct ath_driver_req *req, const char *ifname)
|
||||
printf(" firstep_level=%d\n", state.firstepLevel);
|
||||
printf(" ofdm_weak_signal_detect=%d\n", state.ofdmWeakSigDetectOff);
|
||||
printf(" cck_weak_signal_threshold=%d\n", state.cckWeakSigThreshold);
|
||||
printf(" mrc_cck=%d\n", state.mrcCckOff);
|
||||
printf(" mrc_cck=%d\n", state.mrcCck);
|
||||
/* XXX TODO: cycle counts? */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user