mac80211: remove some unused code
authorJohannes Berg <johannes.berg@intel.com>
Sun, 30 Sep 2012 15:08:35 +0000 (17:08 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 18 Oct 2012 07:01:56 +0000 (09:01 +0200)
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 <johannes.berg@intel.com>

No differences found