commit | 444e38035eafba2993a690497b205ce385df3a8e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Sun Sep 30 17:08:35 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Oct 18 09:01:56 2012 +0200 |
tree | 0298dddd7f28a1ff01e5ea816c4cb9225fa336c7 | |
parent | 8ba7acf376e39ff2b987bc8fb71eb599023af314 [diff] |
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 <johannes.berg@intel.com>