aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-05-03 22:10:28 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-05-03 22:10:28 +0000
commit2ead38541902f5e8cd60a3a41b65091b5823b646 (patch)
treef5610dff73390592d0645c2a80a905d600b2722c /sys/dev/wpi
parent30b6048179f6d226daed8ed41c87a1eed018eb63 (diff)
Notes
Diffstat (limited to 'sys/dev/wpi')
-rw-r--r--sys/dev/wpi/if_wpi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c
index e764f5238cc0..0e7979868987 100644
--- a/sys/dev/wpi/if_wpi.c
+++ b/sys/dev/wpi/if_wpi.c
@@ -4274,8 +4274,6 @@ wpi_run(struct wpi_softc *sc, struct ieee80211vap *vap)
sc->rxon.flags = htole32(WPI_RXON_TSF | WPI_RXON_CTS_TO_SELF);
if (IEEE80211_IS_CHAN_2GHZ(ni->ni_chan))
sc->rxon.flags |= htole32(WPI_RXON_AUTO | WPI_RXON_24GHZ);
- /* Short preamble and slot time are negotiated when associating. */
- sc->rxon.flags &= ~htole32(WPI_RXON_SHPREAMBLE | WPI_RXON_SHSLOT);
if (ic->ic_flags & IEEE80211_F_SHSLOT)
sc->rxon.flags |= htole32(WPI_RXON_SHSLOT);
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)