diff options
author | Steven Barth <steven@midlink.org> | 2009-11-17 19:53:55 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-11-17 19:53:55 +0000 |
commit | 7c9847ab1283f1e407caf428f26d0380df02c562 (patch) | |
tree | 600464cd1bcfee4bc935a02b6ed4034a6638a119 /libs | |
parent | 23e0a7da6a698072871081364e8c7edf76a36f32 (diff) |
IWINFO: Somehtings wrong with scanning and this header, seems to work with this change (taken from wireless-tools)
Diffstat (limited to 'libs')
-rw-r--r-- | libs/iwinfo/src/include/wext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/iwinfo/src/include/wext.h b/libs/iwinfo/src/include/wext.h index 3820c35e9..6b5838e1b 100644 --- a/libs/iwinfo/src/include/wext.h +++ b/libs/iwinfo/src/include/wext.h @@ -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 */ |