Searched hist:"0 e8c5adf211ae3a5e3ab19d96ca3a01d03210125" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath.c | diff 0e8c5adf211ae3a5e3ab19d96ca3a01d03210125 Mon Sep 17 07:16:38 CEST 2007 Sam Leffler <sam@FreeBSD.org> bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108A does not have a rate table in older hal's so if we scan such a channel the driver will hit an assertion or crash; for old hal's fallback to using the static turbo rate table for this mode (not correct but good enough for now given none of the rate control algorithms understand how to switch between base+boost)
Approved by: re (blanket wireless) diff 0e8c5adf211ae3a5e3ab19d96ca3a01d03210125 Mon Sep 17 07:16:38 CEST 2007 Sam Leffler <sam@FreeBSD.org> bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108A does not have a rate table in older hal's so if we scan such a channel the driver will hit an assertion or crash; for old hal's fallback to using the static turbo rate table for this mode (not correct but good enough for now given none of the rate control algorithms understand how to switch between base+boost)
Approved by: re (blanket wireless)
|