]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: scan: Use max macro
authorYan Zhen <yanzhen@vivo.com>
Tue, 27 Aug 2024 10:30:12 +0000 (18:30 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 28 Aug 2024 10:39:59 +0000 (12:39 +0200)
commit8109b226f23af2b9f4a866196349992e5cdfc5d8
tree3a6ef5bb487099f6dfe843301e9a175243226675
parent67bb124cd9ae38870667e4f9c876ef8e0f82ec44
wifi: mac80211: scan: Use max macro

When the original file is guaranteed to contain the minmax.h header
file and compile correctly, using the real macro is usually
more intuitive and readable.

Signed-off-by: Yan Zhen <yanzhen@vivo.com>
Link: https://patch.msgid.link/20240827103012.3853588-1-yanzhen@vivo.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/scan.c