All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH 0/5] ath10k: making static variables const
@ 2013-04-24  6:36 Kalle Valo
  2013-04-24  6:36 ` [ath9k-devel] [PATCH 1/5] ath10k: make rx_legacy_rate_idx variable const Kalle Valo
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Kalle Valo @ 2013-04-24  6:36 UTC (permalink / raw)
  To: ath9k-devel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-04-24 11:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24  6:36 [ath9k-devel] [PATCH 0/5] ath10k: making static variables const Kalle Valo
2013-04-24  6:36 ` [ath9k-devel] [PATCH 1/5] ath10k: make rx_legacy_rate_idx variable const Kalle Valo
2013-04-24  6:36 ` [ath9k-devel] [PATCH 2/5] ath10k: make host_ce_config_wlan static " Kalle Valo
2013-04-24  6:36 ` [ath9k-devel] [PATCH 3/5] ath10k: make target_ce_config_wlan and target_service_to_ce_map_wlan const Kalle Valo
2013-04-24  6:37 ` [ath9k-devel] [PATCH 4/5] ath10k: make iee80211 iface combination structures static Kalle Valo
2013-04-24  7:39   ` Michal Kazior
2013-04-24 10:25     ` Kalle Valo
2013-04-24  6:37 ` [ath9k-devel] [PATCH 5/5] ath10k: copy ieee80211_supported_band for each instance Kalle Valo
2013-04-24 11:18 ` [ath9k-devel] [PATCH 0/5] ath10k: making static variables const Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.