From: Randy Dunlap Date: Mon, 10 Jul 2023 23:03:02 +0000 (-0700) Subject: wifi: cfg80211: remove dead/unused enum value X-Git-Tag: v6.6.17~4098^2~23^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a49a0d4e573e22f47218668ee4137cdcdc391652;p=platform%2Fkernel%2Flinux-rpi.git wifi: cfg80211: remove dead/unused enum value Drop an unused (extra) enum value to prevent a kernel-doc warning. cfg80211.h:1492: warning: Excess enum value 'STATION_PARAM_APPLY_STA_TXPOWER' description in 'station_parameters_apply_mask' Fixes: 2d8b08fef0af ("wifi: cfg80211: fix kernel-doc warnings all over the file") Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Eric Dumazet Cc: Jakub Kicinski Cc: Paolo Abeni Cc: Johannes Berg Cc: linux-wireless@vger.kernel.org Cc: Mauro Carvalho Chehab Link: https://lore.kernel.org/r/20230710230312.31197-3-rdunlap@infradead.org Signed-off-by: Johannes Berg --- diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 070ac0c..3a4b684 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -1482,7 +1482,6 @@ struct iface_combination_params { * @STATION_PARAM_APPLY_UAPSD: apply new uAPSD parameters (uapsd_queues, max_sp) * @STATION_PARAM_APPLY_CAPABILITY: apply new capability * @STATION_PARAM_APPLY_PLINK_STATE: apply new plink state - * @STATION_PARAM_APPLY_STA_TXPOWER: apply tx power for STA * * Not all station parameters have in-band "no change" signalling, * for those that don't these flags will are used.