From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Wed, 24 Apr 2013 09:36:43 +0300 Subject: [ath9k-devel] [PATCH 1/5] ath10k: make rx_legacy_rate_idx variable const In-Reply-To: <20130424063524.20002.20647.stgit@localhost6.localdomain6> References: <20130424063524.20002.20647.stgit@localhost6.localdomain6> Message-ID: <20130424063642.20002.17084.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 It's not modified in any way. Signed-off-by: Kalle Valo --- drivers/net/wireless/ath/ath10k/txrx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/txrx.c b/drivers/net/wireless/ath/ath10k/txrx.c index 6a66dc2..239eff5 100644 --- a/drivers/net/wireless/ath/ath10k/txrx.c +++ b/drivers/net/wireless/ath/ath10k/txrx.c @@ -120,7 +120,7 @@ void ath10k_txrx_tx_completed(struct htt_struct *htt, ath10k_txrx_tx_unref(htt, txdesc); } -static u8 rx_legacy_rate_idx[] = { +static const u8 rx_legacy_rate_idx[] = { 3, /* 0x00 - 11Mbps */ 2, /* 0x01 - 5.5Mbps */ 1, /* 0x02 - 2Mbps */