about summary refs log tree commit diff
path: root/debian/patches/device-add-get_autoconnect_allowed-virtual-function.patch
AgeCommit message (Collapse)Author
2017-05-11Rebase patchesMichael Biebl
2017-03-17device/wifi: block autoconnect while scanning is in progressMichael Biebl
We should only start autoconnecting after the scan is complete. Otherwise, we might activate a shared connection or pick a connection based on an incomplete scan list. Closes: #854078