Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac802...
[linux-2.6-block.git] / drivers / net / wireless / iwlwifi / mvm / rs.c
index 3b73241db24d1809e87df0a7ad2d13f8dbeceb2a..32bb8075121cdb4eeaaab80ad926fabf5bc7b620 100644 (file)
@@ -2814,8 +2814,8 @@ static void rs_rate_init_stub(void *mvm_r,
                              struct ieee80211_sta *sta, void *mvm_sta)
 {
 }
-static struct rate_control_ops rs_mvm_ops = {
-       .module = NULL,
+
+static const struct rate_control_ops rs_mvm_ops = {
        .name = RS_NAME,
        .tx_status = rs_tx_status,
        .get_rate = rs_get_rate,