Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235660
b: refs/heads/master
c: 31d5bbf
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 3666188 commit 4518313
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 754 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: f1bc434398e8cf400374911357e89a13de366ce7
refs/heads/master: 31d5bbf3da8c3c9de5944f2c09cbc7ea5a72bdb4
1 change: 1 addition & 0 deletions trunk/drivers/staging/vt6656/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ config VT6656
depends on USB && WLAN
select WIRELESS_EXT
select WEXT_PRIV
select FW_LOADER
---help---
This is a vendor-written driver for VIA VT6656.

3 changes: 3 additions & 0 deletions trunk/drivers/staging/vt6656/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#include <linux/reboot.h>
#include <linux/usb.h>
#include <linux/signal.h>
#include <linux/firmware.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#ifdef SIOCETHTOOL
Expand Down Expand Up @@ -421,6 +422,8 @@ typedef struct __device_info {
struct net_device* dev;
struct net_device_stats stats;

const struct firmware *firmware;

OPTIONS sOpts;

struct tasklet_struct CmdWorkItem;
Expand Down
Loading

0 comments on commit 4518313

Please sign in to comment.