Home
last modified time | relevance | path

Searched refs:IEEE802154_MAX_PAGE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dieee802154.h46 #define IEEE802154_MAX_PAGE 31 macro
/linux-4.1.27/include/net/
Dcfg802154.h87 u32 channels_supported[IEEE802154_MAX_PAGE + 1];
/linux-4.1.27/net/ieee802154/
Dnl802154.c249 for (page = 0; page <= IEEE802154_MAX_PAGE; page++) { in nl802154_send_wpan_phy_channels()
628 if (page > IEEE802154_MAX_PAGE || channel > IEEE802154_MAX_CHANNEL) in nl802154_set_channel()