NetworkManager/src/platform/wifi
Thomas Haller fd166783e7 platform/wifi: don't pass ownership of message to nl80211_send_and_recv()
Passing ownership with a function call is confusing. Don't do that.

Since we have the cleanup attribute, it doesn't significantly
complicate the callers, as all they need to do is marking the
@msg variable to free the message when going out of scope.
That results in the function that allocates the message also being
responsible to free it.
2018-02-24 12:35:28 +01:00
..
wifi-utils-nl80211.c platform/wifi: don't pass ownership of message to nl80211_send_and_recv() 2018-02-24 12:35:28 +01:00
wifi-utils-nl80211.h wifi-utils: don't cache interface name 2017-03-21 18:46:52 +01:00
wifi-utils-private.h wifi: rework WifiData to use a separate struct for function pointers 2018-01-15 20:29:26 +01:00
wifi-utils-wext.c wifi: rework WifiData to use a separate struct for function pointers 2018-01-15 20:29:26 +01:00
wifi-utils-wext.h wifi-utils: don't cache interface name 2017-03-21 18:46:52 +01:00
wifi-utils.c wifi: rework WifiData to use a separate struct for function pointers 2018-01-15 20:29:26 +01:00
wifi-utils.h wifi: rework WifiData to use a separate struct for function pointers 2018-01-15 20:29:26 +01:00