aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-05-12 00:15:30 +0000
committerSam Leffler <sam@FreeBSD.org>2008-05-12 00:15:30 +0000
commitc43feede8b1d9b4a97125557868889a2af51b421 (patch)
tree3cf79416d2ad19b6945f31a06a6e43e73f0d5527 /sys/dev/wpi
parentfb39d28da551499eb991ce3206d8a2010bd9a5ce (diff)
Notes
Diffstat (limited to 'sys/dev/wpi')
-rw-r--r--sys/dev/wpi/if_wpi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c
index 5ac37a7320d8..6cbd7cdc6504 100644
--- a/sys/dev/wpi/if_wpi.c
+++ b/sys/dev/wpi/if_wpi.c
@@ -623,7 +623,8 @@ wpi_attach(device_t dev)
/* set device capabilities */
ic->ic_caps =
- IEEE80211_C_MONITOR /* monitor mode supported */
+ IEEE80211_C_STA /* station 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 */