net/ieee802154: Fixing a typo in net_mgmt settings accessor
s/SET/GET obviously Change-Id: Ibaad65f846fef8b1b7839616b2022fad6548612a Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
feaa1e1371
commit
63619b503f
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ static int ieee802154_get_parameters(uint32_t mgmt_request,
|
|||
}
|
||||
|
||||
memcpy(data, ctx->ext_addr, IEEE802154_EXT_ADDR_LENGTH);
|
||||
} else if (mgmt_request == NET_REQUEST_IEEE802154_SET_SHORT_ADDR) {
|
||||
} else if (mgmt_request == NET_REQUEST_IEEE802154_GET_SHORT_ADDR) {
|
||||
*value = ctx->short_addr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue