drivers: wifi: simplelink: Remove SO_REUSEADDR and TCP_NODELAY
The SimpleLink driver has been defining these macros for its local use.
Given these have been defined in a recent commit in Zephyr
(9c86dbfd8e
), we should now avoid
redefining them to prevent build errors.
Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
parent
a189ef0d32
commit
5c4a2193cd
1 changed files with 0 additions and 2 deletions
|
@ -464,9 +464,7 @@ static int map_credentials(int sd, const void *optval, socklen_t optlen)
|
||||||
* Remove once Zephyr has POSIX socket options defined.
|
* Remove once Zephyr has POSIX socket options defined.
|
||||||
*/
|
*/
|
||||||
#define SO_BROADCAST (200)
|
#define SO_BROADCAST (200)
|
||||||
#define SO_REUSEADDR (201)
|
|
||||||
#define SO_SNDBUF (202)
|
#define SO_SNDBUF (202)
|
||||||
#define TCP_NODELAY (203)
|
|
||||||
|
|
||||||
/* Needed to keep line lengths < 80: */
|
/* Needed to keep line lengths < 80: */
|
||||||
#define _SEC_DOMAIN_VERIF SL_SO_SECURE_DOMAIN_NAME_VERIFICATION
|
#define _SEC_DOMAIN_VERIF SL_SO_SECURE_DOMAIN_NAME_VERIFICATION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue