mac802154: fix typo IEEE802515 to IEEE802154
This patch fixs a typo in address filter defines from IEEE802515 to IEEE802154. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Cc: Alan Ott <alan@signal11.us> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:

committed by
Marcel Holtmann

parent
139f14adab
commit
57205c14ca
@@ -32,13 +32,13 @@
|
||||
*/
|
||||
|
||||
/* indicates that the Short Address changed */
|
||||
#define IEEE802515_AFILT_SADDR_CHANGED 0x00000001
|
||||
#define IEEE802154_AFILT_SADDR_CHANGED 0x00000001
|
||||
/* indicates that the IEEE Address changed */
|
||||
#define IEEE802515_AFILT_IEEEADDR_CHANGED 0x00000002
|
||||
#define IEEE802154_AFILT_IEEEADDR_CHANGED 0x00000002
|
||||
/* indicates that the PAN ID changed */
|
||||
#define IEEE802515_AFILT_PANID_CHANGED 0x00000004
|
||||
#define IEEE802154_AFILT_PANID_CHANGED 0x00000004
|
||||
/* indicates that PAN Coordinator status changed */
|
||||
#define IEEE802515_AFILT_PANC_CHANGED 0x00000008
|
||||
#define IEEE802154_AFILT_PANC_CHANGED 0x00000008
|
||||
|
||||
struct ieee802154_hw_addr_filt {
|
||||
__le16 pan_id; /* Each independent PAN selects a unique
|
||||
|
Reference in New Issue
Block a user