diff options
author | sam <sam@FreeBSD.org> | 2009-03-29 21:17:08 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-03-29 21:17:08 +0000 |
commit | f7c50ce1e4a47dd26c6dc6d42d8a07343e9d020b (patch) | |
tree | 3adee507d18d3410de7636b1c9fdf73932df5b00 /sys/dev/usb/wlan/if_rumvar.h | |
parent | 616f4bd2e5f839f51b2cfd6f131a31b7d81e837c (diff) | |
download | FreeBSD-src-f7c50ce1e4a47dd26c6dc6d42d8a07343e9d020b.zip FreeBSD-src-f7c50ce1e4a47dd26c6dc6d42d8a07343e9d020b.tar.gz |
o add ic_rt to track the rate table for the current channel; this enables
calculation of packet transmit times to do things like check txop limits
o remove equivalent driver code and convert to use net80211 state
Diffstat (limited to 'sys/dev/usb/wlan/if_rumvar.h')
-rw-r--r-- | sys/dev/usb/wlan/if_rumvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/wlan/if_rumvar.h b/sys/dev/usb/wlan/if_rumvar.h index ed08e36..d6b8137 100644 --- a/sys/dev/usb/wlan/if_rumvar.h +++ b/sys/dev/usb/wlan/if_rumvar.h @@ -101,7 +101,6 @@ struct rum_softc { struct usb2_device *sc_udev; struct usb2_process sc_tq; - const struct ieee80211_rate_table *sc_rates; struct usb2_xfer *sc_xfer[RUM_N_TRANSFER]; struct rum_task *sc_last_task; |