diff options
author | sam <sam@FreeBSD.org> | 2009-03-05 00:15:43 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-03-05 00:15:43 +0000 |
commit | 1a8d7ef92049f314a651a656e316df16cd8f7946 (patch) | |
tree | 7e550effc1bf4ea49612d94e69dcfcd3445ad6b3 /sys/dev/ath/if_athvar.h | |
parent | c28665c9bf4fd4103c23480568bede7314b65372 (diff) | |
download | FreeBSD-src-1a8d7ef92049f314a651a656e316df16cd8f7946.zip FreeBSD-src-1a8d7ef92049f314a651a656e316df16cd8f7946.tar.gz |
add a sysctl to ena/dis frobbing cca
Diffstat (limited to 'sys/dev/ath/if_athvar.h')
-rw-r--r-- | sys/dev/ath/if_athvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index 568ad7b..2640ef2 100644 --- a/sys/dev/ath/if_athvar.h +++ b/sys/dev/ath/if_athvar.h @@ -255,6 +255,7 @@ struct ath_softc { sc_wmetkipmic:1,/* can do WME+TKIP MIC */ sc_resume_up: 1,/* on resume, start all vaps */ sc_tdma : 1,/* TDMA in use */ + sc_setcca : 1,/* set/clr CCA with TDMA */ sc_resetcal : 1;/* reset cal state next trip */ uint32_t sc_eerd; /* regdomain from EEPROM */ uint32_t sc_eecc; /* country code from EEPROM */ |