Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx> writes: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > We only have a single flag free, and before using that for > another mactime flag, instead refactor the mactime flags > to use a 2-bit field. > > NOTE: For upstream, ath10k needs to be changed like this: > -status->flag &= ~RX_FLAG_MACTIME_END > +status->flag &= ~RX_FLAG_MACTIME > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > Reviewed-by: Greenman, Gregory <gregory.greenman@xxxxxxxxx> > Reviewed-by: Berg, Benjamin <benjamin.berg@xxxxxxxxx> > Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx> > --- > include/net/mac80211.h | 13 +++++++++---- > net/mac80211/ieee80211_i.h | 5 +---- > net/mac80211/util.c | 16 ++++++++++------ > 3 files changed, 20 insertions(+), 14 deletions(-) The note mentions ath10k but doesn't actually change it? -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches