From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Wed, 24 Apr 2013 09:36:34 +0300 Subject: [ath9k-devel] [PATCH 0/5] ath10k: making static variables const Message-ID: <20130424063524.20002.20647.stgit@localhost6.localdomain6> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Did some review of static variables and noticed that we had quite a few variables which were not const. Please review carefully, I might have missed something. --- Kalle Valo (5): ath10k: make rx_legacy_rate_idx variable const ath10k: make host_ce_config_wlan static variable const ath10k: make target_ce_config_wlan and target_service_to_ce_map_wlan const ath10k: make iee80211 iface combination structures static ath10k: copy ieee80211_supported_band for each instance drivers/net/wireless/ath/ath10k/ce.c | 8 ++-- drivers/net/wireless/ath/ath10k/ce.h | 2 - drivers/net/wireless/ath/ath10k/core.h | 4 ++ drivers/net/wireless/ath/ath10k/mac.c | 67 ++++++++++++++++++++------------ drivers/net/wireless/ath/ath10k/pci.c | 12 +++--- drivers/net/wireless/ath/ath10k/txrx.c | 2 - 6 files changed, 57 insertions(+), 38 deletions(-)