- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 27 2018
May 31 2017
May 30 2017
The Driver Type capability bits are located in the CAPABILITIES2 register.
Dec 10 2016
Dec 7 2016
Nov 17 2016
The background scan starting will still happen with this change (if IEEE80211_FEXT_SCAN_OFFLOAD is set, it will just omit the iv_bgscanidle check).
The contbgscan() check will unconditionally return false if IEEE80211_FEXT_SCAN_OFFLOAD is set, because we are no longer interrupting scans (neither normal, nor background) when IEEE80211_FEXT_SCAN_OFFLOAD is set. That's also the reason why checking iv_bgscanidle in net80211 doesn't really make sense in that case, since it wouldn't avoid that the background scan interferes with the wireless traffic anymore.
Nov 16 2016
Nov 1 2016
In (line numbers from right side of the diff) line 5034 the descriptors are synced, and in line 5049 the payload is synced. All the SYNC_RESP_STRUCT macro usages were just repeating the syncing of the payload.