提交 22501c8e 编写于 作者: Z Zhu Yi 提交者: James Ketrenos

Fix ipw_wx_get_txpow shows wrong disabled value.

Signed-off-by: NZhu Yi <yi.zhu@intel.com>
上级 0ece35b5
......@@ -8957,7 +8957,7 @@ static int ipw_wx_get_txpow(struct net_device *dev,
up(&priv->sem);
IPW_DEBUG_WX("GET TX Power -> %s %d \n",
wrqu->power.disabled ? "ON" : "OFF", wrqu->power.value);
wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册