mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
nl802154: make ieee802154_policy constant
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8505091d2a
commit
78090a58c4
2 changed files with 3 additions and 2 deletions
|
@ -69,7 +69,7 @@ enum {
|
|||
|
||||
#define IEEE802154_ATTR_MAX (__IEEE802154_ATTR_MAX - 1)
|
||||
|
||||
extern struct nla_policy ieee802154_policy[];
|
||||
extern const struct nla_policy ieee802154_policy[];
|
||||
|
||||
/* commands */
|
||||
/* REQ should be responded with CONF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue