diff options
Diffstat (limited to 'net/mac80211/rc80211_minstrel.c')
-rw-r--r-- | net/mac80211/rc80211_minstrel.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/mac80211/rc80211_minstrel.c b/net/mac80211/rc80211_minstrel.c index c10debc29ad6..c643e373fc50 100644 --- a/net/mac80211/rc80211_minstrel.c +++ b/net/mac80211/rc80211_minstrel.c | |||
@@ -507,11 +507,6 @@ minstrel_free_sta(void *priv, struct ieee80211_sta *sta, void *priv_sta) | |||
507 | kfree(mi); | 507 | kfree(mi); |
508 | } | 508 | } |
509 | 509 | ||
510 | static void | ||
511 | minstrel_clear(void *priv) | ||
512 | { | ||
513 | } | ||
514 | |||
515 | static void * | 510 | static void * |
516 | minstrel_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) | 511 | minstrel_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) |
517 | { | 512 | { |
@@ -565,7 +560,6 @@ static struct rate_control_ops mac80211_minstrel = { | |||
565 | .tx_status = minstrel_tx_status, | 560 | .tx_status = minstrel_tx_status, |
566 | .get_rate = minstrel_get_rate, | 561 | .get_rate = minstrel_get_rate, |
567 | .rate_init = minstrel_rate_init, | 562 | .rate_init = minstrel_rate_init, |
568 | .clear = minstrel_clear, | ||
569 | .alloc = minstrel_alloc, | 563 | .alloc = minstrel_alloc, |
570 | .free = minstrel_free, | 564 | .free = minstrel_free, |
571 | .alloc_sta = minstrel_alloc_sta, | 565 | .alloc_sta = minstrel_alloc_sta, |