diff mbox

[1/2] iw: remove double break

Message ID 1411237525-5810-1-git-send-email-yegorslists@googlemail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Yegor Yefremov Sept. 20, 2014, 6:25 p.m. UTC
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 event.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Johannes Berg Oct. 9, 2014, 2:19 p.m. UTC | #1
Both applied, thanks.

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/event.c b/event.c
index d903f9e..25f8099 100644
--- a/event.c
+++ b/event.c
@@ -80,7 +80,6 @@  static void print_frame(struct print_event_args *args, struct nlattr *attr)
 		tmp = (frame[29] << 8) + frame[28];
 		printf(" status: %d: %s", tmp, get_status_str(tmp));
 		break;
-		break;
 	case 0xa0: /* disassoc */
 	case 0xc0: /* deauth */
 		/* reason */