aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/rc80211_minstrel.c')
-rw-r--r--net/mac80211/rc80211_minstrel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_minstrel.c b/net/mac80211/rc80211_minstrel.c
index 6e5d68b4e427..4926d929fd9f 100644
--- a/net/mac80211/rc80211_minstrel.c
+++ b/net/mac80211/rc80211_minstrel.c
@@ -541,7 +541,7 @@ minstrel_free(void *priv)
541 kfree(priv); 541 kfree(priv);
542} 542}
543 543
544static struct rate_control_ops mac80211_minstrel = { 544struct rate_control_ops mac80211_minstrel = {
545 .name = "minstrel", 545 .name = "minstrel",
546 .tx_status = minstrel_tx_status, 546 .tx_status = minstrel_tx_status,
547 .get_rate = minstrel_get_rate, 547 .get_rate = minstrel_get_rate,