Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15b4ff5d authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: Remove unused enum WIFI_REG_DOMAIN



Must be the 17th duplicate of this list in the kernel

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7e14ed5f
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -66,21 +66,6 @@ enum WIFI_FRAME_SUBTYPE {
};


enum WIFI_REG_DOMAIN {
	DOMAIN_FCC		= 1,
	DOMAIN_IC		= 2,
	DOMAIN_ETSI		= 3,
	DOMAIN_SPAIN		= 4,
	DOMAIN_FRANCE		= 5,
	DOMAIN_MKK		= 6,
	DOMAIN_ISRAEL		= 7,
	DOMAIN_MKK1		= 8,
	DOMAIN_MKK2		= 9,
	DOMAIN_MKK3		= 10,
	DOMAIN_MAX
};


#define SetToDs(pbuf)	\
	(*(__le16 *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_TODS))