Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134087
b: refs/heads/master
c: 4716679
h: refs/heads/master
i:
  134085: 4c47cc7
  134083: d51de16
  134079: 9e3ad0c
v: v3
  • Loading branch information
David Kilroy authored and John W. Linville committed Jan 29, 2009
1 parent f76488d commit 6770701
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 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: d1c3a37ceeb1a5ea02991a0476355f1a1d3b3e83
refs/heads/master: 47166791b7296db5c0a7189401e42b8c7f4cca25
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/orinoco/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ struct hermes_rx_descriptor {
__le16 data_len;
} __attribute__ ((packed));

struct orinoco_rx_data {
struct hermes_rx_descriptor *desc;
struct sk_buff *skb;
struct list_head list;
};

/********************************************************************/
/* Function prototypes */
/********************************************************************/
Expand Down
9 changes: 0 additions & 9 deletions trunk/drivers/net/wireless/orinoco/orinoco.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ struct xbss_element {
struct list_head list;
};

struct hermes_rx_descriptor;

struct orinoco_rx_data {
struct hermes_rx_descriptor *desc;
struct sk_buff *skb;
struct list_head list;
};

struct firmware;

struct orinoco_private {
Expand All @@ -83,7 +75,6 @@ struct orinoco_private {
/* Interrupt tasklets */
struct tasklet_struct rx_tasklet;
struct list_head rx_list;
struct orinoco_rx_data *rx_data;

/* driver state */
int open;
Expand Down

0 comments on commit 6770701

Please sign in to comment.