Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Conflicts: drivers/net/wireless/ath/carl9170/debug.c drivers/net/wireless/ath/carl9170/main.c net/mac80211/ieee80211_i.h
This commit is contained in:
@@ -654,8 +654,8 @@ static ssize_t carl9170_debugfs_bug_write(struct ar9170 *ar, const char *buf,
|
||||
goto out;
|
||||
|
||||
case 'P':
|
||||
err = carl9170_set_channel(ar, ar->hw->conf.channel,
|
||||
ar->hw->conf.channel_type);
|
||||
err = carl9170_set_channel(ar, ar->hw->conf.chandef.chan,
|
||||
cfg80211_get_chandef_type(&ar->hw->conf.chandef));
|
||||
if (err < 0)
|
||||
count = err;
|
||||
|
||||
|
Reference in New Issue
Block a user