Message ID | 1411237525-5810-1-git-send-email-yegorslists@googlemail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
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 --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 */
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> --- event.c | 1 - 1 file changed, 1 deletion(-)