ieee80211: redefine S1G bits with GENMASK
authorThomas Pedersen <thomas@adapt-ip.com>
Tue, 8 Sep 2020 19:03:02 +0000 (12:03 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2020 10:27:27 +0000 (12:27 +0200)
commit37050e3ab0b3f02819e3d70ab01d97addb810b28
treebb8e5e6433ef343656048767612817c2b1bf6dd7
parent4b7afb52c8e2b4bf0d72a8f0bfe9024ff7391c5c
ieee80211: redefine S1G bits with GENMASK

The S1G capability fields were defined by ORing BITS()
together, and expecting a custom macro to use the _SHIFT
definitions. Use the Linux kernel GENMASK for the
definitions now, and FIELD_{GET,PREP} to access the fields
in the future.

Take the chance to rename eg. S1G_CAPAB_B0 to the more
compact S1G_CAP0.

Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
Link: https://lore.kernel.org/r/20200908190323.15814-2-thomas@adapt-ip.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h