aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorImre Vadász <ivadasz@FreeBSD.org>2016-11-01 22:47:58 +0000
committerImre Vadász <ivadasz@FreeBSD.org>2016-11-01 22:47:58 +0000
commit06d706238b455c624c1ae40272f437d622750bba (patch)
tree16c038aa2a3fef84da9623b0fadc33179cb5227e /sys/dev
parent6dc2f843166a3485d0d1e8ce0f39ed89c7c5cf4c (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/iwm/if_iwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/iwm/if_iwm.c b/sys/dev/iwm/if_iwm.c
index 66002428abc4..854c9e5a697d 100644
--- a/sys/dev/iwm/if_iwm.c
+++ b/sys/dev/iwm/if_iwm.c
@@ -5879,6 +5879,8 @@ iwm_attach(device_t dev)
IEEE80211_C_SHPREAMBLE /* short preamble supported */
// IEEE80211_C_BGSCAN /* capable of bg scanning */
;
+ /* Advertise full-offload scanning */
+ ic->ic_flags_ext = IEEE80211_FEXT_SCAN_OFFLOAD;
for (i = 0; i < nitems(sc->sc_phyctxt); i++) {
sc->sc_phyctxt[i].id = i;
sc->sc_phyctxt[i].color = 0;