Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268820
b: refs/heads/master
c: 05df482
h: refs/heads/master
v: v3
  • Loading branch information
David Kilroy authored and Greg Kroah-Hartman committed Oct 17, 2011
1 parent 3d98926 commit e6e2955
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 322 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: 68da105637af306f5113441812c13209e4f939c4
refs/heads/master: 05df482e6e41734bb68221b2aae50ea8a3911c5b
6 changes: 6 additions & 0 deletions trunk/drivers/staging/wlags49_h2/wl_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,12 @@ struct wl_private
#ifdef USE_WDS
WVLAN_WDS_IF wds_port[NUM_WDS_PORTS];
#endif // USE_WDS

/* Track whether the card is using WEP encryption or WPA
* so we know what to disable next time through.
* IW_ENCODE_ALG_NONE, IW_ENCODE_ALG_WEP, IW_ENCODE_ALG_TKIP
*/
int wext_enc;
}; // wl_private

#define wl_priv(dev) ((struct wl_private *) netdev_priv(dev))
Expand Down
Loading

0 comments on commit e6e2955

Please sign in to comment.