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

Commit 1555f733 authored by Vasanthakumar Thiagarajan's avatar Vasanthakumar Thiagarajan Committed by Kalle Valo
Browse files

ath6kl: Fix sparse warning "symbol 'conn' shadows an earlier one"

parent f1f92179
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1235,7 +1235,6 @@ void ath6kl_rx(struct htc_target *target, struct htc_packet *packet)
			 * frame to it on the air else send the
			 * frame up the stack.
			 */
			struct ath6kl_sta *conn = NULL;
			conn = ath6kl_find_sta(ar, datap->h_dest);

			if (conn && ar->intra_bss) {