Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121752
b: refs/heads/master
c: db4186c
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Nov 10, 2008
1 parent 79419fe commit c5ca053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e5ea92a7528d304e8e327d0d261653e98b163e8a
refs/heads/master: db4186cf15a5a7e8e8526f7c158f042ccc3ed576
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/p54/p54common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ static int p54_tx(struct ieee80211_hw *dev, struct sk_buff *skb)
struct p54_common *priv = dev->priv;
struct p54_hdr *hdr;
struct p54_tx_data *txhdr;
size_t padding, len, tim_len;
size_t padding, len, tim_len = 0;
int i, j, ridx;
u16 hdr_flags = 0, aid = 0;
u8 rate, queue;
Expand Down

0 comments on commit c5ca053

Please sign in to comment.