nl80211: remove unnecessary checks
authorJohannes Berg <johannes.berg@intel.com>
Mon, 26 Nov 2012 11:51:52 +0000 (12:51 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 28 Nov 2012 12:26:23 +0000 (13:26 +0100)
commitd9d8b01978f6510a262ddc4da3b3694d5b149cfe
treee0e8f5e476bdbb2b40a5fbfd646deb6476369dc8
parent339afbf4819e5c7c0a0422af43b8c2eccd059abf
nl80211: remove unnecessary checks

The CQM TX-error rate/interval can't be less than
zero since they're unsigned values, remove checks.
Also fix indentation of the function.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c