aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2004-04-02 23:37:00 +0000
committerSam Leffler <sam@FreeBSD.org>2004-04-02 23:37:00 +0000
commit01e7e035e0975fbae45dada404eed280c0b20c48 (patch)
tree36c7e5e60b1af72294bcabcb7f717167111a270c
parent6ec31f009abffa75ab28b784d6e95e584a5391e7 (diff)
Notes
-rw-r--r--sys/dev/ath/if_ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 9d6b311a662f..5c288e299e09 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -317,7 +317,7 @@ ath_attach(u_int16_t devid, struct ath_softc *sc)
| IEEE80211_C_HOSTAP /* hostap mode */
| IEEE80211_C_MONITOR /* monitor mode */
| IEEE80211_C_SHPREAMBLE /* short preamble supported */
- | IEEE80211_C_RCVMGT; /* recv management frames */
+ ;
/* get mac address from hardware */
ath_hal_getmac(ah, ic->ic_myaddr);