mirror of
https://github.com/proski/madwifi
synced 2024-11-25 07:49:43 +03:00
449f6e1220
Further, the tpc module parameter was based upon a misunderstanding of what the HAL really supports and has been re-characterized. Originally I believed that the HAL implemented per-node power level tuning but they apparently felt the specifications were too complicated and instead they implemented the minimum requirement for ETSI aggregate power limit compliance. In short, "tpc" really uses a fixed power level for all packets of the regulatory maximum less 3dBm. It also defeats the fine-grained control (per descriptor) we have over the power levels of transmitted packets. Therefore, I have renamed this to "hal_tpc" and updated the comments to reflect that this really is ETSI-style TPC hack for aggregate power. Since the user can set the power level to max -3dBm just as easily, I don't see the point of it after all, but it's still supported just in case someone finds value in it. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3506 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 |