projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51b0c9d
)
[PATCH] libertas: use <net/ieee80211.h> for MAX_WPA_IE_LEN
author
Dan Williams
<dcbw@redhat.com>
Fri, 11 May 2007 02:52:04 +0000
(22:52 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 11 May 2007 18:54:52 +0000
(14:54 -0400)
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/dev.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/libertas/dev.h
b/drivers/net/wireless/libertas/dev.h
index b1f876f9693bf93fc24f222b59f97bdd06677be1..295e7d00f9521db4b045755a20bd5e021cf265b7 100644
(file)
--- a/
drivers/net/wireless/libertas/dev.h
+++ b/
drivers/net/wireless/libertas/dev.h
@@
-10,6
+10,7
@@
#include <linux/wireless.h>
#include <linux/ethtool.h>
#include <linux/debugfs.h>
+#include <net/ieee80211.h>
#include "defs.h"
#include "scan.h"
@@
-198,7
+199,6
@@
struct assoc_request {
struct wlan_802_11_security secinfo;
/** WPA Information Elements*/
-#define MAX_WPA_IE_LEN 64
u8 wpa_ie[MAX_WPA_IE_LEN];
u8 wpa_ie_len;
};
@@
-339,7
+339,6
@@
struct _wlan_adapter {
struct WLAN_802_11_KEY wpa_unicast_key;
/** WPA Information Elements*/
-#define MAX_WPA_IE_LEN 64
u8 wpa_ie[MAX_WPA_IE_LEN];
u8 wpa_ie_len;