wifi: mac80211_hwsim: Rename pid to portid to avoid confusion
authorJaewan Kim <jaewan@google.com>
Mon, 30 Jan 2023 02:22:52 +0000 (02:22 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 14 Feb 2023 11:09:18 +0000 (12:09 +0100)
commit08b74776a8acb02b7cabb77fc1ccbd93e147edfa
tree9513e91cd996e5e46d3caf80f5f704ab750f0743
parentcba7217a9269e0c43cb858bdca33b291d6442068
wifi: mac80211_hwsim: Rename pid to portid to avoid confusion

It is a frequent mistake to confuse the netlink port identifier with a
process identifier.  Try to reduce this confusion by renaming
that hold port identifiers portid instead of pid.

This change replicates following commit:
  commit 15e473046cb6 ("netlink: Rename pid to portid to avoid confusion")

Signed-off-by: Jaewan Kim <jaewan@google.com>
Link: https://lore.kernel.org/r/20230130022252.1514647-1-jaewan@google.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c