summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ath5k/ath5k_initvals.c
diff options
context:
space:
mode:
authorJoshua Oreman2009-09-12 18:01:47 +0200
committerMarty Connor2009-10-17 02:22:41 +0200
commit489bd2f396e62e2ec1139da93e242017a7f6e9f5 (patch)
treed605bb0088dff3e1340fd6e129e3b410fe77c5db /src/drivers/net/ath5k/ath5k_initvals.c
parent[infiniband] Send CM requests to target node's GSI rather than SM's GSI (diff)
downloadipxe-489bd2f396e62e2ec1139da93e242017a7f6e9f5.tar.gz
ipxe-489bd2f396e62e2ec1139da93e242017a7f6e9f5.tar.xz
ipxe-489bd2f396e62e2ec1139da93e242017a7f6e9f5.zip
[ath5k] Update for changes in kernel 2.6.31
This adds basic rfkill support for enabling the wireless card on certain laptops, and changes miscellaneous other details that may help in obscure cases. Also change the error handling to not report CRC errors, which due to the basic facts of wireless may happen even more frequently than valid packets. Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/drivers/net/ath5k/ath5k_initvals.c')
-rw-r--r--src/drivers/net/ath5k/ath5k_initvals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/net/ath5k/ath5k_initvals.c b/src/drivers/net/ath5k/ath5k_initvals.c
index 5911be89..92011c83 100644
--- a/src/drivers/net/ath5k/ath5k_initvals.c
+++ b/src/drivers/net/ath5k/ath5k_initvals.c
@@ -723,7 +723,7 @@ static const struct ath5k_ini_mode ar5212_ini_mode_start[] = {
{ AR5K_PHY_SETTLING,
{ 0x1372161c, 0x13721c25, 0x13721722, 0x137216a2, 0x13721c25 } },
{ AR5K_PHY_AGCCTL,
- { 0x00009d10, 0x00009d10, 0x00009d18, 0x00009d18, 0x00009d18 } },
+ { 0x00009d10, 0x00009d10, 0x00009d18, 0x00009d18, 0x00009d10 } },
{ AR5K_PHY_NF,
{ 0x0001ce00, 0x0001ce00, 0x0001ce00, 0x0001ce00, 0x0001ce00 } },
{ AR5K_PHY_WEAK_OFDM_HIGH_THR,
@@ -804,7 +804,7 @@ static const struct ath5k_ini_mode rf5112_ini_mode_end[] = {
{ AR5K_PHY_DESIRED_SIZE,
{ 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0 } },
{ AR5K_PHY_SIG,
- { 0x7e800d2e, 0x7e800d2e, 0x7ee80d2e, 0x7ee80d2e, 0x7ee80d2e } },
+ { 0x7e800d2e, 0x7e800d2e, 0x7ee80d2e, 0x7ee80d2e, 0x7e800d2e } },
{ AR5K_PHY_AGCCOARSE,
{ 0x3137665e, 0x3137665e, 0x3137665e, 0x3137665e, 0x3137665e } },
{ AR5K_PHY_WEAK_OFDM_LOW_THR,