1 Feb 2008 02:25
[PATCH 1/1] ath5k: Cleanup after API changes patch
Cleanup after API changes patch (checkpatch.pl stuff) and on ath5k_hw_rf5112_channel() make use of the new channel->band and existing ath5k_channel_ok() instead of re-implementing the checks again. This was necessary to make the code cleaner and fit the 80-chars wide limit so sending it within the same patch. Finally make a note that we should eventually move cap_range stuff to struct wiphy. This patch applies ontop of Nick's API changes patch. Signed-off-by: Luis R. Rodriguez <mcgrof@...> drivers/net/wireless/ath5k/ath5k.h: Changes-licensed-under: ISC drivers/net/wireless/ath5k/base.c: Changes-licensed-under: 3-Clause-BSD drivers/net/wireless/ath5k/initvals.c: Changes-licensed-under: ISC drivers/net/wireless/ath5k/phy.c: Changes-licensed-under: ISC --- drivers/net/wireless/ath5k/ath5k.h | 8 ++- drivers/net/wireless/ath5k/base.c | 126 +++++++++++++++++++-------------- drivers/net/wireless/ath5k/initvals.c | 6 +- drivers/net/wireless/ath5k/phy.c | 48 +++++++++---- 4 files changed, 118 insertions(+), 70 deletions(-) diff --git a/drivers/net/wireless/ath5k/ath5k.h b/drivers/net/wireless/ath5k/ath5k.h index 3b03600..7b8a1df 100644 --- a/drivers/net/wireless/ath5k/ath5k.h +++ b/drivers/net/wireless/ath5k/ath5k.h <at> <at> -263,8 +263,10 <at> <at> enum ath5k_driver_mode { /* adding this flag to rate_code enables short preamble, see ar5212_reg.h */(Continue reading)
Do you have an AP so you can run the testbed-trace as described here ?
RSS Feed