Skip to content

Commit

Permalink
mac80211: remove legacy minstrel rate control
Browse files Browse the repository at this point in the history
Now that minstrel_ht supports legacy rates, it is no longer needed

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20210115120242.89616-4-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Felix Fietkau authored and Johannes Berg committed Jan 22, 2021
1 parent a7844a5 commit cbda98c
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 989 deletions.
2 changes: 0 additions & 2 deletions net/mac80211/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ mac80211-$(CONFIG_PM) += pm.o
CFLAGS_trace.o := -I$(src)

rc80211_minstrel-y := \
rc80211_minstrel.o \
rc80211_minstrel_ht.o

rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += \
rc80211_minstrel_debugfs.o \
rc80211_minstrel_ht_debugfs.o

mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
Expand Down
Loading

0 comments on commit cbda98c

Please sign in to comment.