mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 17:41:29 +00:00
Fix ipw_wx_get_txpow shows wrong disabled value.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
This commit is contained in:
parent
0ece35b557
commit
22501c8ed7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user