Commit 16201089 authored by Mohamed Abbas's avatar Mohamed Abbas Committed by John W. Linville

iwlcore: fix channel display in debugfs

Fix displaying of wrong channel information when user query
channel through debugfs
Signed-off-by: default avatarMohamed Abbas <mohamed.abbas@intel.com>
Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c2105fa7
...@@ -389,7 +389,7 @@ static ssize_t iwl_dbgfs_channels_read(struct file *file, char __user *user_buf, ...@@ -389,7 +389,7 @@ static ssize_t iwl_dbgfs_channels_read(struct file *file, char __user *user_buf,
channels[i].max_power, channels[i].max_power,
channels[i].flags & IEEE80211_CHAN_RADAR ? channels[i].flags & IEEE80211_CHAN_RADAR ?
" (IEEE 802.11h required)" : "", " (IEEE 802.11h required)" : "",
(!(channels[i].flags & IEEE80211_CHAN_NO_IBSS) ((channels[i].flags & IEEE80211_CHAN_NO_IBSS)
|| (channels[i].flags & || (channels[i].flags &
IEEE80211_CHAN_RADAR)) ? "" : IEEE80211_CHAN_RADAR)) ? "" :
", IBSS", ", IBSS",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment