IWINFO: Somehtings wrong with scanning and this header, seems to work with this change (taken from wireless-tools)
This commit is contained in:
parent
23e0a7da6a
commit
7c9847ab12
1 changed files with 1 additions and 1 deletions
|
@ -1134,6 +1134,6 @@ struct iw_event
|
|||
#define IW_EV_PARAM_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_param))
|
||||
#define IW_EV_ADDR_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct sockaddr))
|
||||
#define IW_EV_QUAL_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_quality))
|
||||
#define IW_EV_POINT_PK_LEN (IW_EV_LCP_LEN + 4)
|
||||
#define IW_EV_POINT_PK_LEN (IW_EV_LCP_PK_LEN + 4)
|
||||
|
||||
#endif /* _LINUX_WIRELESS_H */
|
||||
|
|
Loading…
Reference in a new issue