commit | 5297c65c1d48a439c778c56edc6beedb486e4bbd | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Sep 27 14:36:44 2018 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Oct 02 09:56:30 2018 +0200 |
tree | e65f67894cef3034fb139009cea2ffcb15156cd9 | |
parent | 81e54d08d9d845053111f30045a93f3eb1c3ca96 [diff] |
nl80211: remove nl80211_prepare_wdev_dump() skb argument nl80211_prepare_wdev_dump() is using the output skb to look up the network namespace, but this isn't really necessary, it can just as well use the input skb which is available as cb->skb, the sk is the same anyway. Therefore, remove the redundant argument. Signed-off-by: Johannes Berg <johannes.berg@intel.com>