Skip to content

Commit 3837091

Browse files
masayuki2009xiaoxiang781216
authored andcommitted
wireless: gs2200m: Add SIOCGIFFLAGS support to gs2200m_main.c
Summary: - I noticed that the latest ifconfig command shows nothing - Finally, I found that gs2200m_main.c needs to handle SIOCGIFFLAGS - This commit fixes this issue Impact: - gs2200m only Testing: - Tested with spresense:wifi - NOTE: gs2200m driver needs to be updated as well Signed-off-by: Masayuki Ishikawa <[email protected]>
1 parent 048b799 commit 3837091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wireless/gs2200m/gs2200m_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,7 @@ static int ioctl_request(int fd, FAR struct gs2200m_s *priv,
15681568
switch (req->cmd)
15691569
{
15701570
case SIOCGIFADDR:
1571+
case SIOCGIFFLAGS:
15711572
case SIOCGIFHWADDR:
15721573
case SIOCGIWNWID:
15731574
case SIOCGIWFREQ:

0 commit comments

Comments
 (0)