From: Rami Rosen Date: Tue, 6 Jan 2009 13:24:57 +0000 (+0200) Subject: mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCount). X-Git-Tag: v2.6.30-rc1~662^2~836^2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe12920dc5fa0a0db7cad3661223d5f78a39c60;p=pandora-kernel.git mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCount). This patch removes an unused declaration of dot11WEPUndecryptableCount (an snmp counter) in ieee80211_local structure and its usage in debugfs.c since this counter is not incremented/decremented anywhere. Signed-off-by: Rami Rosen Signed-off-by: John W. Linville --- Reading git-diff-tree failed