mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
b1aeabad06
* Beacon calibration interval needs to be per-radio, not global because each radio is going to have it's IQ gain calibration reached at different times. With multi-radio systems, you could have one radio calibrated and one in sorry shape and the calibration interval would be dropped back to the longer intervals for both. This also necessitated removal of the sysctl var for "calibrate" since it was the wrong thing. * Fix for jiffies rollover bugs - use macros and mod_timer calls rather than hacking timer structures directly. * Always process noise floor before retrieving it. That is to say, the process noise floor call and the get channel noise call should always be one after the other, owing to things like channel changes and scanning. ath_hal_process_noisefloor(sc->sc_ah); ic->ic_channoise = ath_hal_get_channel_noise(sc->sc_ah, &(sc->sc_curchan)); * Calculate noise floor and read noise level at more opportune times/places. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3513 0192ed92-7a03-0410-a25b-9323aeb14dbd |
||
---|---|---|
.. | ||
if_ath_ahb.c | ||
if_ath_ahb.h | ||
if_ath_debug.h | ||
if_ath_hal_extensions.h | ||
if_ath_hal_macros.h | ||
if_ath_hal_wrappers.h | ||
if_ath_hal.h | ||
if_ath_pci.c | ||
if_ath_pci.h | ||
if_ath_radar.c | ||
if_ath_radar.h | ||
if_ath.c | ||
if_athioctl.h | ||
if_athvar.h | ||
Makefile | ||
Makefile.kernel |