From: Johannes Berg Date: Sun, 30 Sep 2012 15:08:35 +0000 (+0200) Subject: mac80211: remove some unused code X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444e38035eafba2993a690497b205ce385df3a8e;p=pandora-kernel.git mac80211: remove some unused code There are a number of unused variables that gcc pointed out (when building with W=1) as well as some conditions that can never be true due to the datatypes used: unsigned values can't be less than zero. Remove this code. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed