mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
wireless: gs2200m: Fix sendto_request() in gs2200m_main.c
Signed-off-by: Masayuki Ishikawa <<Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
eb1af03259
commit
e4af73ec56
1 changed files with 3 additions and 1 deletions
|
|
@ -802,7 +802,9 @@ static int sendto_request(int fd, FAR struct gs2200m_s *priv,
|
|||
goto prepare;
|
||||
}
|
||||
|
||||
ret = req->buflen;
|
||||
/* return length which gs2200m sent */
|
||||
|
||||
ret = smsg.len;
|
||||
}
|
||||
|
||||
prepare:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue