You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2020/08/06 07:57:27 UTC

[incubator-nuttx] branch master updated: wireless: gs2200m: Add flags member

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 385e555  wireless: gs2200m: Add flags member
385e555 is described below

commit 385e555da8cacfc98fdeb51b03e3059c97ae8872
Author: SPRESENSE <41...@users.noreply.github.com>
AuthorDate: Thu Aug 6 14:35:13 2020 +0900

    wireless: gs2200m: Add flags member
    
    Add flags member to take recv() flags from daemon.
---
 include/nuttx/wireless/gs2200m.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/nuttx/wireless/gs2200m.h b/include/nuttx/wireless/gs2200m.h
index 9b570eb..b92c256 100644
--- a/include/nuttx/wireless/gs2200m.h
+++ b/include/nuttx/wireless/gs2200m.h
@@ -116,6 +116,7 @@ struct gs2200m_recv_msg
   FAR uint8_t *buf;
   uint16_t    len;    /* actual buffer length */
   uint16_t    reqlen; /* requested size */
+  int32_t     flags;  /* MSG_* flags */
 };
 
 struct gs2200m_close_msg