From: Johannes Berg <johannes@sipsolutions.net>
To: John Linville <linville@tuxdriver.com>
Cc: Chr <chunkeey@web.de>, linux-wireless <linux-wireless@vger.kernel.org>
Subject: [PATCH] p54/rtl8187: fix up the seqno patch
Date: Sun, 12 Oct 2008 00:39:55 +0200 [thread overview]
Message-ID: <1223764795.3581.2.camel@johannes.berg> (raw)
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>
---
drivers/net/wireless/p54/p54common.c | 1 -
drivers/net/wireless/rtl8187_dev.c | 1 -
2 files changed, 2 deletions(-)
--- everything.orig/drivers/net/wireless/p54/p54common.c 2008-10-12 00:32:06.000000000 +0200
+++ everything/drivers/net/wireless/p54/p54common.c 2008-10-12 00:32:07.000000000 +0200
@@ -810,7 +810,6 @@ static int p54_tx(struct ieee80211_hw *d
struct ieee80211_tx_queue_stats *current_queue;
struct p54_common *priv = dev->priv;
struct p54_control_hdr *hdr;
- struct ieee80211_hdr *ieee80211hdr = (struct ieee80211_hdr *)skb->data;
struct p54_tx_control_allocdata *txhdr;
size_t padding, len;
u8 rate;
--- everything.orig/drivers/net/wireless/rtl8187_dev.c 2008-10-12 00:32:06.000000000 +0200
+++ everything/drivers/net/wireless/rtl8187_dev.c 2008-10-12 00:32:07.000000000 +0200
@@ -172,7 +172,6 @@ static int rtl8187_tx(struct ieee80211_h
{
struct rtl8187_priv *priv = dev->priv;
struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
- struct ieee80211_hdr *ieee80211hdr = (struct ieee80211_hdr *)skb->data;
unsigned int ep;
void *buf;
struct urb *urb;
reply other threads:[~2008-10-11 22:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1223764795.3581.2.camel@johannes.berg \
--to=johannes@sipsolutions.net \
--cc=chunkeey@web.de \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox