diff options
Diffstat (limited to 'usr/src/uts/common/io/ath/ath_main.c')
-rw-r--r-- | usr/src/uts/common/io/ath/ath_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/ath/ath_main.c b/usr/src/uts/common/io/ath/ath_main.c index 0e40660aa7..da6094891e 100644 --- a/usr/src/uts/common/io/ath/ath_main.c +++ b/usr/src/uts/common/io/ath/ath_main.c @@ -1975,7 +1975,8 @@ ath_attach(dev_info_t *devinfo, ddi_attach_cmd_t cmd) */ /* 11g support is identified when we fetch the channel set */ if (asc->asc_have11g) - ic->ic_caps |= IEEE80211_C_SHPREAMBLE; + ic->ic_caps |= IEEE80211_C_SHPREAMBLE | + IEEE80211_C_SHSLOT; /* short slot time */ /* * Query the hal to figure out h/w crypto support. */ |