Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56235
b: refs/heads/master
c: 4684c23
h: refs/heads/master
i:
  56233: 1eed5f7
  56231: 932b279
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed May 11, 2007
1 parent f71521f commit 3e40f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51b0c9d09d0a889a232605e71555e390b3b110fb
refs/heads/master: 4684c23dd472815755728fe954dfd2944956b4aa
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/libertas/dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 3e40f56

Please sign in to comment.