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(-)

_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to