wifi: mac80211: fix ifdef symbol name
authorJohannes Berg <johannes.berg@intel.com>
Wed, 5 Oct 2022 12:08:41 +0000 (14:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:32:01 +0000 (13:32 +0100)
commitdaf8163bd9caead6791fe28fdc997c7986d99fae
tree9b96b26095728e11e3c9c5d0e95fc5a896d20594
parent8f8e5ca4e0387fa8f5fdb6024de09016108429b4
wifi: mac80211: fix ifdef symbol name

[ Upstream commit 9d13aff91ecd3f077b432df35291c945bde585be ]

This should of course be CONFIG_, not CPTCFG_, which is an
artifact from working with backports.

Fixes: 9dd1953846c7 ("wifi: nl80211/mac80211: clarify link ID in control port TX")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/mac80211/tx.c