[openSUSE/wicked] d48906: wireless: Remove libiw dependencies
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: d48906e79036bcf36214235eaaf2feca09060d46 https://github.com/openSUSE/wicked/commit/d48906e79036bcf36214235eaaf2feca09... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-04-25 (Mon, 25 Apr 2022) Changed paths: M INSTALL M README M configure.ac M src/iflist.c M src/kernel.c M src/kernel.h M wicked.spec.in Log Message: ----------- wireless: Remove libiw dependencies Remove libiw dependency (since https://github.com/openSUSE/wicked/pull/872) used to detect wireless interfaces only. Unfortunately `rtnetlink(7)` does not provide this info in the `NEWLINK` message, so we're using sysfs telling us if an interface has a wireless extension, once the `/sys/class/net/$name/wireless` directory exists (issue: https://github.com/openSUSE/wicked/issues/910). Commit: 885ace85a2e7f088a30f4e648905f74a2cd7dd8c https://github.com/openSUSE/wicked/commit/885ace85a2e7f088a30f4e648905f74a2c... Author: Marius Tomaschewski <mt@suse.com> Date: 2022-04-28 (Thu, 28 Apr 2022) Changed paths: M INSTALL M README M configure.ac M src/iflist.c M src/kernel.c M src/kernel.h M wicked.spec.in Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/911 Remove libiw dependency (since https://github.com/openSUSE/wicked/pull/872) used to detect wireless interfaces only. Unfortunately `rtnetlink(7)` does not provide this info in the `NEWLINK` message, so we're using sysfs telling us if an interface has a wireless extension, once the `/sys/class/net/$name/wireless` directory exists (issue: https://github.com/openSUSE/wicked/issues/910). Compare: https://github.com/openSUSE/wicked/compare/68a77fb16bcb...885ace85a2e7
participants (1)
-
Marius Tomaschewski