From: Roland Vossen Date: Fri, 13 May 2011 09:59:36 +0000 (+0200) Subject: staging: brcm80211: removed counter related struct wl_cnt X-Git-Tag: v3.0-rc1~336^2~238 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40592ba93f3f50bc0584df4837a26dc017fcb2ab;p=pandora-kernel.git staging: brcm80211: removed counter related struct wl_cnt Code cleanup. Struct wl_cnt contains all sorts of counters, but either these were written and never read, or set to zero at initialization but never updated. Therefore the struct and any code accessing the struct has been removed. Cc: devel@linuxdriverproject.org Cc: linux-wireless@vger.kernel.org Reviewed-by: Henry Ptasinski Reviewed-by: Brett Rudley Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed