Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121609
b: refs/heads/master
c: b92f30d
h: refs/heads/master
i:
  121607: 88a6cc4
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Oct 31, 2008
1 parent 0ae1e90 commit d829248
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 164 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: 9de5776ff33a006b864341a6ec8d31f1a3c628cf
refs/heads/master: b92f30d65aeb0502e2ed8beb80c8465578b40002
7 changes: 4 additions & 3 deletions trunk/drivers/net/wireless/p54/p54.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ struct p54_common {
u32 rx_start;
u32 rx_end;
struct sk_buff_head tx_queue;
void (*tx)(struct ieee80211_hw *dev, struct p54_control_hdr *data,
size_t len, int free_on_tx);
void (*tx)(struct ieee80211_hw *dev, struct sk_buff *skb,
int free_on_tx);
int (*open)(struct ieee80211_hw *dev);
void (*stop)(struct ieee80211_hw *dev);
int mode;
Expand Down Expand Up @@ -102,13 +102,14 @@ struct p54_common {
struct ieee80211_low_level_stats stats;
struct timer_list stats_timer;
struct completion stats_comp;
void *cached_stats;
struct sk_buff *cached_stats;
int noise;
void *eeprom;
struct completion eeprom_comp;
};

int p54_rx(struct ieee80211_hw *dev, struct sk_buff *skb);
void p54_free_skb(struct ieee80211_hw *dev, struct sk_buff *skb);
int p54_parse_firmware(struct ieee80211_hw *dev, const struct firmware *fw);
int p54_read_eeprom(struct ieee80211_hw *dev);
struct ieee80211_hw *p54_init_common(size_t priv_data_len);
Expand Down
Loading

0 comments on commit d829248

Please sign in to comment.