about summary refs log tree commit diff
path: root/debian/patches/14-use-same-kernel-API-as-wpa_supplicant.patch
AgeCommit message (Collapse)Author
2012-06-29Update patches.Michael Biebl
* debian/patches/02-dbus_access_network_manager.patch: Updated. * Remove patches which have been merged upstream.
2012-05-29wifi: attempt to use same kernel API wpa_supplicant doesMichael Biebl
* debian/patches/14-use-same-kernel-API-as-wpa_supplicant.patch: Some drivers (ipw2x00) have an incomplete nl80211 implementation and only report capabilities which made NM chose the wrong API to talk to the device. Instead, match the logic that wpa_supplicant uses to determine whether to stick with nl80211 or fall back to WEXT. (Closes: #673705)