diff options
author | Felix Fietkau <nbd@nbd.name> | 2020-12-18 19:47:14 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2021-01-21 13:33:31 +0100 |
commit | bf9009bf21b53501f2abb2f59f9314d85bde5fc9 (patch) | |
tree | 18bc2b6a702490998e7b05029a436ec4c32fea1d /net/mac80211/ieee80211_i.h | |
parent | net/fq_impl: bulk-free packets from a flow on overmemory (diff) | |
download | linux-bf9009bf21b53501f2abb2f59f9314d85bde5fc9.tar.xz linux-bf9009bf21b53501f2abb2f59f9314d85bde5fc9.zip |
net/fq_impl: drop get_default_func, move default flow to fq_tin
Simplifies the code and prepares for a rework of scanning for flows on
overmemory drop.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20201218184718.93650-2-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 8bf9c0e974d6..c0f6168fdeed 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -848,7 +848,6 @@ enum txq_info_flags { */ struct txq_info { struct fq_tin tin; - struct fq_flow def_flow; struct codel_vars def_cvars; struct codel_stats cstats; struct sk_buff_head frags; |