aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwn/if_iwnreg.h
diff options
context:
space:
mode:
authorBernhard Schmidt <bschmidt@FreeBSD.org>2011-04-16 12:42:54 +0000
committerBernhard Schmidt <bschmidt@FreeBSD.org>2011-04-16 12:42:54 +0000
commit3096855e8c41776cdda3ba2a6efeac3a81401753 (patch)
treefdd1e2325a2ae2d9d97b2864d7553e50ef231fc3 /sys/dev/iwn/if_iwnreg.h
parent18a3a3309f0d8f96a56c734804fb4fe1132d6898 (diff)
downloadsrc-3096855e8c41776cdda3ba2a6efeac3a81401753.tar.gz
src-3096855e8c41776cdda3ba2a6efeac3a81401753.zip
Instead of hardcoding TX rates and using that to fill the retry table
use the neogotiated ni_rates instead.
Notes
Notes: svn path=/head/; revision=220715
Diffstat (limited to 'sys/dev/iwn/if_iwnreg.h')
-rw-r--r--sys/dev/iwn/if_iwnreg.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/iwn/if_iwnreg.h b/sys/dev/iwn/if_iwnreg.h
index 63cd433b4d1c..043e1d0703b2 100644
--- a/sys/dev/iwn/if_iwnreg.h
+++ b/sys/dev/iwn/if_iwnreg.h
@@ -1433,10 +1433,8 @@ static const struct iwn_chan_band {
#define IWN6050_OTP_NBLOCKS 7
/* HW rate indices. */
-#define IWN_RIDX_CCK1 0
-#define IWN_RIDX_CCK11 3
-#define IWN_RIDX_OFDM6 4
-#define IWN_RIDX_OFDM54 11
+#define IWN_RIDX_CCK1 0
+#define IWN_RIDX_OFDM6 4
static const struct iwn_rate {
uint8_t rate;