include/nuttx/wireless/wireless.h: Correct number of network commands.

This commit is contained in:
chao.an
2019-12-17 08:47:52 -06:00
committed by Gregory Nutt
parent e7c9c89985
commit fed50a1070
+2 -2
View File
@@ -156,8 +156,8 @@
/* Device-specific network IOCTL commands ******************************************/
#define WL_NETFIRST 0x0001 /* First network command */
#define WL_NNETCMDS 0x0032 /* Number of network commands */
#define WL_NETFIRST 0x0000 /* First network command */
#define WL_NNETCMDS 0x0037 /* Number of network commands */
/* Reserved for Bluetooth network devices (see bt_ioctls.h) */