staging: rtl8723au: Fix mis-placed break
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 23 Mar 2015 20:54:08 +0000 (16:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 21:40:29 +0000 (22:40 +0100)
commited2be12e0a2901176ad2930443322d4aa53fe6b0
tree19c7c0eca190d6a2f964507c7b848b3c3d32524b
parentc84b528c082a396443104f6931691948c088d94b
staging: rtl8723au: Fix mis-placed break

In 7c3a8f2a5ec95e2b13704562f36321e20ddfc190 I made a mistake and moved
a break below a bracket, causing a situation where the for loop would
always exit when it shouldn't.

This patch corrects that mistake.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_mlme_ext.c