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

Commit 777fa981 authored by Dan Williams's avatar Dan Williams Committed by John W. Linville
Browse files

[PATCH] libertas: fix disabling WPA



Found by Guillaume LECERF <glecerf@gmail.com>

Signed-off-by: default avatarDan Williams <dcbw@redhat.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6b62472a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ static int wlan_cmd_802_11_enable_rsn(wlan_private * priv,
		if (*enable)
			penableRSN->enable = cpu_to_le16(cmd_enable_rsn);
		else
			penableRSN->enable = cpu_to_le16(cmd_enable_rsn);
			penableRSN->enable = cpu_to_le16(cmd_disable_rsn);
	}

	lbs_deb_leave(LBS_DEB_CMD);