From: Johannes Berg <johannes@sipsolutions.net>
To: Rami Rosen <ramirose@gmail.com>
Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org
Subject: Re: [PATCH 5/6] mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCount).
Date: Tue, 06 Jan 2009 14:02:25 +0100 [thread overview]
Message-ID: <1231246945.3503.2.camel@johannes> (raw)
In-Reply-To: <eb3ff54b0901060051x67121996ib7b1471e1e585ccf@mail.gmail.com> (sfid-20090106_095126_324912_40C35CBE)
[-- Attachment #1: Type: text/plain, Size: 866 bytes --]
On Tue, 2009-01-06 at 10:51 +0200, Rami Rosen wrote:
> This patch removes and unused declaration of dot11WEPUndecryptableCount (an
> snmp counter) in ieee80211_local structure ; this counter is not
> incremented/decremented
> anywhere.
>
>
> (wireless-testing).
>
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
>
> diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c
> index 2697a2f..39f00e1 100644
> --- a/net/mac80211/debugfs.c
> +++ b/net/mac80211/debugfs.c
> @@ -136,8 +136,6 @@ DEBUGFS_STATS_FILE(multicast_received_frame_count, 20, "%u",
> local->dot11MulticastReceivedFrameCount);
> DEBUGFS_STATS_FILE(transmitted_frame_count, 20, "%u",
> local->dot11TransmittedFrameCount);
> -DEBUGFS_STATS_FILE(wep_undecryptable_count, 20, "%u",
> - local->dot11WEPUndecryptableCount);
this won't compile
johannes
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2009-01-06 13:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-06 8:51 [PATCH 5/6] mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCount) Rami Rosen
2009-01-06 13:02 ` Johannes Berg [this message]
2009-01-06 13:24 ` [PATCH 5/6] [v2] " Rami Rosen
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=1231246945.3503.2.camel@johannes \
--to=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=ramirose@gmail.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