chao an
|
8ad4ae5508
|
net: fix compiler warning
sixlowpan_assocresp.c: In function ‘sixlowpan_assoc_resp’:
sixlowpan_assocresp.c:48:3: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
48 | strncpy(arg.ifr_name, ifname, IFNAMSIZ);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: chao an <anchao@xiaomi.com>
|
2023-02-08 00:35:39 +08:00 |
|
Alin Jerpelea
|
087b4da88f
|
wireless: ieee802154: libmac: nxstyle fixes
Fixes for nxstyle errors reported by the tool.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
|
2021-06-10 02:04:01 -05:00 |
|
Alin Jerpelea
|
3e46b14650
|
wireless: ieee802154: libmac: update licenses to Apache
Gregory Nutt is has submitted the SGA
as a result we can migrate the licenses to Apache.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
|
2021-06-10 02:04:01 -05:00 |
|
Gregory Nutt
|
39568943ab
|
wireless/ieee802154: libaudio and libmac need to return the correct error codes.
|
2017-04-22 07:23:19 -06:00 |
|
Gregory Nutt
|
cd95f9ffa5
|
wireless/ieee802154/libmac: Finishes all defined MAC IOCTL helpers (thre are a few that are not defined).
|
2017-04-21 13:11:09 -06:00 |
|
Gregory Nutt
|
edc3fcd123
|
wireless/ieee802154/libmac: Add a few MAC IOCTL helpers.
|
2017-04-21 12:31:25 -06:00 |
|