ath9k_htc: catch fw panic pattern
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / rc.c
index d829bb62a3fc6d9e94ae867b2a675530ea4d1d7a..7b5afee141dacecab4af81b90d543b3a57d822bf 100644 (file)
@@ -1466,8 +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 = {
-       .module = NULL,
+static const struct rate_control_ops ath_rate_ops = {
        .name = "ath9k_rate_control",
        .tx_status = ath_tx_status,
        .get_rate = ath_get_rate,
This page took 0.029508 seconds and 5 git commands to generate.