mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable bgscan for now - it interferes with 11n activity and general
stability. I'll re-enable it once the scan overhaul is done - the NIC itself can do bgscan, but not how we're doing it. MFC after: 2 weeks Sponsored by: Norse Corp, Inc.
This commit is contained in:
parent
58c8c85234
commit
5d97054765
1 changed files with 2 additions and 0 deletions
|
|
@ -565,7 +565,9 @@ iwn_attach(device_t dev)
|
|||
ic->ic_caps =
|
||||
IEEE80211_C_STA /* station mode supported */
|
||||
| IEEE80211_C_MONITOR /* monitor mode supported */
|
||||
#if 0
|
||||
| IEEE80211_C_BGSCAN /* background scanning */
|
||||
#endif
|
||||
| IEEE80211_C_TXPMGT /* tx power management */
|
||||
| IEEE80211_C_SHSLOT /* short slot time supported */
|
||||
| IEEE80211_C_WPA
|
||||
|
|
|
|||
Loading…
Reference in a new issue