Message ID | 1302533551-27462-4-git-send-email-rmanoharan@atheros.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Mon, Apr 11, 2011 at 08:22:31PM +0530, Rajkumar Manoharan wrote: > Update AR9003 mac_core table to fix imbalance > beacon distribution of AR9382. > > Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com> > --- > .../net/wireless/ath/ath9k/ar9003_2p2_initvals.h | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h > index f915a3d..46ecb32 100644 > --- a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h > +++ b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h > @@ -1508,9 +1508,9 @@ static const u32 ar9300_2p2_mac_core[][2] = { > {0x000081f8, 0x00000000}, > {0x000081fc, 0x00000000}, > {0x00008240, 0x00100000}, > - {0x00008244, 0x0010f424}, > + {0x00008244, 0x0010f400}, > {0x00008248, 0x00000800}, > - {0x0000824c, 0x0001e848}, > + {0x0000824c, 0x0001e800}, > {0x00008250, 0x00000000}, > {0x00008254, 0x00000000}, > {0x00008258, 0x00000000}, John, Please drop this patch, since we found IOT issues with this patch. -- Rajkumar -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h index f915a3d..46ecb32 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h @@ -1508,9 +1508,9 @@ static const u32 ar9300_2p2_mac_core[][2] = { {0x000081f8, 0x00000000}, {0x000081fc, 0x00000000}, {0x00008240, 0x00100000}, - {0x00008244, 0x0010f424}, + {0x00008244, 0x0010f400}, {0x00008248, 0x00000800}, - {0x0000824c, 0x0001e848}, + {0x0000824c, 0x0001e800}, {0x00008250, 0x00000000}, {0x00008254, 0x00000000}, {0x00008258, 0x00000000},
Update AR9003 mac_core table to fix imbalance beacon distribution of AR9382. Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com> --- .../net/wireless/ath/ath9k/ar9003_2p2_initvals.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)