Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wlcore: fix copy-paste bug: assign from src struct not dest

Signed-off-by: Giel van Schijndel <me@mortis.eu>
Reported-at: http://www.viva64.com/en/b/0299/
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Giel van Schijndel and committed by
Kalle Valo
96dae591 09bd1976

+1 -1
+1 -1
drivers/net/wireless/ti/wlcore/acx.c
··· 1725 1725 acx->decrease_delta = conf->decrease_delta; 1726 1726 acx->quiet_time = conf->quiet_time; 1727 1727 acx->increase_time = conf->increase_time; 1728 - acx->window_size = acx->window_size; 1728 + acx->window_size = conf->window_size; 1729 1729 1730 1730 ret = wl1271_cmd_configure(wl, ACX_CONFIG_HANGOVER, acx, 1731 1731 sizeof(*acx));