提交 e7d83ed8 编写于 作者: J Johannes Berg

wext: explicitly cast -110 to u8

This doesn't generate any different code, but will
suppress a spurious smatch warning.
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 50c16e22
......@@ -176,7 +176,7 @@ int cfg80211_wext_giwrange(struct net_device *dev,
case CFG80211_SIGNAL_TYPE_NONE:
break;
case CFG80211_SIGNAL_TYPE_MBM:
range->max_qual.level = -110;
range->max_qual.level = (u8)-110;
range->max_qual.qual = 70;
range->avg_qual.qual = 35;
range->max_qual.updated |= IW_QUAL_DBM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册