aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRink Springer <rink@FreeBSD.org>2007-11-13 16:12:59 +0000
committerRink Springer <rink@FreeBSD.org>2007-11-13 16:12:59 +0000
commitc7fca64fe1b15becedcd452d682a5fdc677e601d (patch)
tree32aeb32f8e4c2773a807f7119a2b67ac5856b520
parent205884449323a09c2ef017b28de4f52a2861d242 (diff)
Notes
-rw-r--r--sys/dev/wpi/if_wpi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c
index ea35df0c08a16..d2ae17f607a26 100644
--- a/sys/dev/wpi/if_wpi.c
+++ b/sys/dev/wpi/if_wpi.c
@@ -663,8 +663,7 @@ wpi_attach(device_t dev)
/* set device capabilities */
ic->ic_caps =
- IEEE80211_C_WEP /* s/w WEP */
- | IEEE80211_C_MONITOR /* monitor mode supported */
+ IEEE80211_C_MONITOR /* monitor mode supported */
| IEEE80211_C_TXPMGT /* tx power management */
| IEEE80211_C_SHSLOT /* short slot time supported */
| IEEE80211_C_SHPREAMBLE /* short preamble supported */