diff options
author | Johannes Berg <johannes.berg@intel.com> | 2022-02-02 09:49:45 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2022-02-04 16:26:27 +0100 |
commit | 453a2a82050e918c7770aee55b0b6329fcaddd13 (patch) | |
tree | 3c9055edf3646c257b6a495339e64bd4edf7adda /net/mac80211/rc80211_minstrel_ht.c | |
parent | cfg80211: pmsr: remove useless ifdef guards (diff) | |
download | linux-453a2a82050e918c7770aee55b0b6329fcaddd13.tar.xz linux-453a2a82050e918c7770aee55b0b6329fcaddd13.zip |
mac80211: remove unused macros
Various macros in mac80211 aren't used, remove them. In one
case it's used under ifdef, so ifdef it for the W=2 warning.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20220202104617.5172d7fd878e.I2f1fce686a2b71003f083b2566fb09cf16b8165a@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rc80211_minstrel_ht.c')
-rw-r--r-- | net/mac80211/rc80211_minstrel_ht.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_minstrel_ht.c b/net/mac80211/rc80211_minstrel_ht.c index 9c3b7fc377c1..9c6ace858107 100644 --- a/net/mac80211/rc80211_minstrel_ht.c +++ b/net/mac80211/rc80211_minstrel_ht.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2010-2013 Felix Fietkau <nbd@openwrt.org> - * Copyright (C) 2019-2020 Intel Corporation + * Copyright (C) 2019-2021 Intel Corporation */ #include <linux/netdevice.h> #include <linux/types.h> |