Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e84217a9 authored by Kalle Valo's avatar Kalle Valo Committed by John W. Linville
Browse files

wl1251: remove false warning messages



There was a warning from wl1251_op_bss_info_changed():

wl1251: WARNING Set ctsprotect failed 0

It was printed always, it's completely false and can be removed.

Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9b1cb21c
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1181,8 +1181,6 @@ static void wl1251_op_bss_info_changed(struct ieee80211_hw *hw,
					  wl->beacon_int, wl->dtim_period);
					  wl->beacon_int, wl->dtim_period);
			if (ret < 0)
			if (ret < 0)
				goto out_sleep;
				goto out_sleep;
			wl1251_warning("Set ctsprotect failed %d", ret);
			goto out_sleep;
		}
		}
	}
	}