]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: make rate control ops const
authorJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jan 2014 22:29:34 +0000 (23:29 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Feb 2014 20:48:21 +0000 (21:48 +0100)
commite17e21a736ceae8e65a8238e3a83d0b02e29cc45
tree8c65d36d787a5ef4e2aa6e9ac7306e22349dfcb2
parentac0ea546da7178661f75f3f9ef12b0a5df71075f
mac80211: make rate control ops const

Change the code to allow making all the rate control ops
const, nothing ever needs to change them. Also change all
drivers to make use of this and mark the ops const.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
13 files changed:
drivers/net/wireless/ath/ath9k/rc.c
drivers/net/wireless/iwlegacy/3945-rs.c
drivers/net/wireless/iwlegacy/4965-rs.c
drivers/net/wireless/iwlwifi/dvm/rs.c
drivers/net/wireless/iwlwifi/mvm/rs.c
drivers/net/wireless/rtlwifi/rc.c
include/net/mac80211.h
net/mac80211/rate.c
net/mac80211/rate.h
net/mac80211/rc80211_minstrel.c
net/mac80211/rc80211_minstrel.h
net/mac80211/rc80211_minstrel_ht.c
net/mac80211/rc80211_pid_algo.c