diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-10-11 18:39:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:00:16 -0400 |
commit | 7eb27af766e4a1db3dbc02a5b3d175885bf2ce93 (patch) | |
tree | 6d64e74ea9bd101e8f6f0658543d8c97443f9d9a /drivers/net/wireless/p54 | |
parent | ae5eb02641233a4e9d1b92d22090f1b1afa14466 (diff) |
p54/rtl8187: fix up the seqno patch
Sorry about that, for some reason I didn't notice that I'd
left some unused variables in there.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54')
-rw-r--r-- | drivers/net/wireless/p54/p54common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/p54/p54common.c b/drivers/net/wireless/p54/p54common.c index 7c37d3fc1e24..81a9756254fb 100644 --- a/drivers/net/wireless/p54/p54common.c +++ b/drivers/net/wireless/p54/p54common.c | |||
@@ -802,7 +802,6 @@ static int p54_tx(struct ieee80211_hw *dev, struct sk_buff *skb) | |||
802 | struct ieee80211_tx_queue_stats *current_queue; | 802 | struct ieee80211_tx_queue_stats *current_queue; |
803 | struct p54_common *priv = dev->priv; | 803 | struct p54_common *priv = dev->priv; |
804 | struct p54_control_hdr *hdr; | 804 | struct p54_control_hdr *hdr; |
805 | struct ieee80211_hdr *ieee80211hdr = (struct ieee80211_hdr *)skb->data; | ||
806 | struct p54_tx_control_allocdata *txhdr; | 805 | struct p54_tx_control_allocdata *txhdr; |
807 | size_t padding, len; | 806 | size_t padding, len; |
808 | u8 rate; | 807 | u8 rate; |