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

Commit 623c1234 authored by Alexander Aring's avatar Alexander Aring Committed by Marcel Holtmann
Browse files

mac802154: change pan_coord type to bool



To indicate if it's a coordinator or not a bool is enough. There should
no more values available which represent some other state.

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Reviewed-by: default avatarVarka Bhadram <varkabhadram@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent a0825b03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ struct ieee802154_hw_addr_filt {
	__le16	pan_id;
	__le16	short_addr;
	__le64	ieee_addr;
	u8	pan_coord;
	bool	pan_coord;
};

/**