]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: remove struct ieee80211_he_bss_color
authorJohannes Berg <johannes.berg@intel.com>
Sun, 6 Dec 2020 12:54:40 +0000 (14:54 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 11 Dec 2020 12:20:04 +0000 (13:20 +0100)
commit66c4fdb3d928694eee1389bef4c9a18515b61f57
tree768773a2a3bf526ef36d1754343a2c534506c953
parente3b293c3fd6c3477b6e8bc3e7ac6b8ad0ddd3d23
cfg80211: remove struct ieee80211_he_bss_color

We don't really use this struct, we're now using
struct cfg80211_he_bss_color instead.

Change the one place in mac80211 that's using the old
name to use struct assignment instead of memcpy() and
thus remove the wrong sizeof while at it.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20201206145305.f6698d97ae4e.Iba2dffcb79c4ab80bde7407609806010b55edfdf@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/mac80211/cfg.c