]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: ieee80211: remove ieee80211_next_tbtt_present()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 15 May 2024 07:38:38 +0000 (09:38 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 23 May 2024 08:19:41 +0000 (10:19 +0200)
commit54856871298c9a8717450351699a8e6fe706101c
treec92f11e1dad65e8bae7ee34cb43d3f10d51066d2
parent1c26f09b20bafc92e0de80e84942be77d4d3c61e
wifi: ieee80211: remove ieee80211_next_tbtt_present()

This is actually completely equivalent to the other function
ieee80211_is_s1g_short_beacon(), but open-codes the logic.
Implement the necessary logic in ieee80211_is_s1g_short_beacon()
and remove ieee80211_next_tbtt_present().

Link: https://msgid.link/20240515093852.774ced74dea8.I152525b4cff6e6a25be6c48fe6a4b89f17bab8a9@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h