summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/ar9001_initvals.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-17 21:06:08 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2013-01-07 20:16:53 (GMT)
commit93476b1e685036e8513be8df34ca442096af6b4c (patch)
treee0f9fe1f3b1f6c3671913729bf9c72fbf9fe67ef /drivers/net/wireless/ath/ath9k/ar9001_initvals.h
parent1f1d9654e183c31df4d168591165beed869ea098 (diff)
downloadlinux-93476b1e685036e8513be8df34ca442096af6b4c.tar.xz
ath9k: fix column header comments for some initval arrays
Some 3-column initval arrays have wrong comments. The column of these arrays is indexed by the 'freqIndex' variable in 'ar5008_hw_process_ini' which only depends on the actual band. The 'initvals' tool from 'qca-swiss-army-knife' prints the correct comment lines for these arrays, since commit 'atheros-initvals: fix comments for non-fastclock 3-column tables' however the comments were not refreshed in ath9k. The patch contains no functional changes. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9001_initvals.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9001_initvals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9001_initvals.h b/drivers/net/wireless/ath/ath9k/ar9001_initvals.h
index ea4a230..59524e1 100644
--- a/drivers/net/wireless/ath/ath9k/ar9001_initvals.h
+++ b/drivers/net/wireless/ath/ath9k/ar9001_initvals.h
@@ -460,7 +460,7 @@ static const u32 ar5416Common_9100[][2] = {
};
static const u32 ar5416Bank6_9100[][3] = {
- /* Addr 5G_HT20 5G_HT40 */
+ /* Addr 5G 2G */
{0x0000989c, 0x00000000, 0x00000000},
{0x0000989c, 0x00000000, 0x00000000},
{0x0000989c, 0x00000000, 0x00000000},
@@ -497,7 +497,7 @@ static const u32 ar5416Bank6_9100[][3] = {
};
static const u32 ar5416Bank6TPC_9100[][3] = {
- /* Addr 5G_HT20 5G_HT40 */
+ /* Addr 5G 2G */
{0x0000989c, 0x00000000, 0x00000000},
{0x0000989c, 0x00000000, 0x00000000},
{0x0000989c, 0x00000000, 0x00000000},