mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCount).
commit8fe12920dc5fa0a0db7cad3661223d5f78a39c60
authorRami Rosen <ramirose@gmail.com>
Tue, 6 Jan 2009 13:24:57 +0000 (6 15:24 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 20:59:52 +0000 (29 15:59 -0500)
tree41bd0e90a4df98ec7c1809768a2575d383a258f8
parent81d963a1f6aeefca5527cc605f863eb82a634eab
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 <ramirose@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/debugfs.c
net/mac80211/ieee80211_i.h