Try this patch in sys/dev/bwi/ :


Index: bwimac.c
===================================================================
--- bwimac.c    (revision 254197)
+++ bwimac.c    (working copy)
@@ -1427,6 +1427,12 @@
                enum ieee80211_phytype modtype;
                uint16_t ofs;

+               printf("%s: i=%d (of %d); rs->rs_rates = %d\n",
+                   __func__,
+                   i,
+                   rs->rs_nrates,
+                   rs->rs_rates[i]);
+
                modtype = ieee80211_rate2phytype(rt, rs->rs_rates[i]);
                switch (modtype) {
                case IEEE80211_T_DS:

I'd like to see what the rate table looks like.

I wonder if it's chosen the 11n rate table somehow. ;(



-adrian
_______________________________________________
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Reply via email to