From: John W. Linville Date: Thu, 15 Mar 2012 17:25:41 +0000 (-0400) Subject: cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_info X-Git-Tag: v3.4-rc2~37^2~30^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66266b3ab4871958ed6a1e43f502cadaf3becfc8;p=pandora-kernel.git cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_info The station_info struct had demanded dBm signal values, but the cfg80211 wireless extensions implementation was also accepting "unspecified" (i.e. RSSI) unit values while the nl80211 code was completely unaware of them. Resolve this by formally allowing the "unspecified" units while making nl80211 ignore them. Signed-off-by: John W. Linville Reviewed-by: Johannes Berg --- Reading git-diff-tree failed