mac80211_hwsim: Send alpha2 only if non-zero
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 21 Nov 2014 13:08:02 +0000 (15:08 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 21 Nov 2014 13:18:01 +0000 (14:18 +0100)
commitb0ad5e8b4905d2398702e1dde033bce9c2c0fcad
tree0c5c07c10dd0a10ce4ba6f2c5633bd93eab2f284
parent75769c80e381653994293b5aa5a8cfec50088f9f
mac80211_hwsim: Send alpha2 only if non-zero

A properly set alpha2 value consists of two chars that both contain
letters or digits. If no value is set, both chars keep their initial
value zero. Therefore do not send the alpha2 parameter to user space
if either of the characters has been left at its initial zero value.

Signed-off-by: Patrik Flykt <patrik.flykt@linux.intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c