Skip to content

Commit

Permalink
modules/lte_ext: Change usrsock interface with nuttx update
Browse files Browse the repository at this point in the history
The usrsock interface is changed with nuttx update.

cbe9352f41 net/usrsock: remove the connections limit
Replace xid type to uint64_t to avoid limitation of connections.
  • Loading branch information
SPRESENSE committed Nov 7, 2022
1 parent e1765a1 commit 6c80728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/modules/lte_ext/lapiext/alt1250_ioctl_extend.c
Expand Up @@ -84,7 +84,7 @@ static int postproc_freset_command(FAR struct alt1250_s *dev,
FAR struct alt_container_s *reply,
FAR struct usock_s *usock,
FAR int32_t *usock_result,
FAR uint8_t *usock_xid,
FAR uint64_t *usock_xid,
FAR struct usock_ackinfo_s *ackinfo,
unsigned long arg)
{
Expand Down Expand Up @@ -153,7 +153,7 @@ static int send_freset_command(FAR struct alt1250_s *dev,
int usockreq_ioctl_extend(FAR struct alt1250_s *dev,
FAR struct usrsock_request_buff_s *req,
FAR int32_t *usock_result,
FAR uint8_t *usock_xid,
FAR uint64_t *usock_xid,
FAR struct usock_ackinfo_s *ackinfo)
{
FAR struct usrsock_request_ioctl_s *request = &req->request.ioctl_req;
Expand Down

0 comments on commit 6c80728

Please sign in to comment.