cfg80211: constify ieee80211_get_response_rate return
authorJoe Perches <joe@perches.com>
Sun, 18 Apr 2021 08:39:53 +0000 (01:39 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 19 Apr 2021 09:59:33 +0000 (11:59 +0200)
commit623b988f2dcbecf3e638ecfaec97cc56a95eaa6a
tree0922b7a068f499dfef579c9d67e534ae74743b02
parent5d9c358d05f62aa01ff5d63dae70a897498b0bae
cfg80211: constify ieee80211_get_response_rate return

It's not modified so make it const with the eventual goal of moving
data to text for various static struct ieee80211_rate arrays.

Signed-off-by: Joe Perches <joe@perches.com>
Link: https://lore.kernel.org/r/8b210b5f5972e39eded269b35a1297cf824c4181.camel@perches.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/broadcom/b43/main.c
drivers/net/wireless/broadcom/b43legacy/main.c
include/net/cfg80211.h
net/wireless/util.c