regulatory: remove redundant isalpha() check
authorJohannes Berg <johannes.berg@intel.com>
Mon, 3 Dec 2012 17:59:58 +0000 (18:59 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 3 Jan 2013 12:01:25 +0000 (13:01 +0100)
toupper() only modifies lower-case letters, so
the isalpha() check is redundant; remove it.

Acked-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c

Simple merge