mac80211: make rate control ops const
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / rc.c
index d829bb62a3fc6d9e94ae867b2a675530ea4d1d7a..1219532e908afabd278360b98c0f69bfae0d97e7 100644 (file)
@@ -1466,7 +1466,7 @@ static void ath_rate_free_sta(void *priv, struct ieee80211_sta *sta,
        kfree(rate_priv);
 }
 
-static struct rate_control_ops ath_rate_ops = {
+static const struct rate_control_ops ath_rate_ops = {
        .module = NULL,
        .name = "ath9k_rate_control",
        .tx_status = ath_tx_status,
This page took 0.046417 seconds and 5 git commands to generate.