carl9170 firmware: add fall through comments
authorChristian Lamparter <chunkeey@googlemail.com>
Wed, 3 May 2017 12:12:22 +0000 (14:12 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 3 May 2017 12:12:22 +0000 (14:12 +0200)
commitf99b6fd51bf8429eaad357ac9c7149a92f719628
tree1fbd00f8e88aeace148c5ee093995e46744a074e
parentb82cee7605b72c4cceba1b914527f7caa871f200
carl9170 firmware: add fall through comments

GCC 7.1.0 adds -Wimplicit-fallthrough if -Wextra is set.
In order to suppress the warning, a fallthrough comment
has to be added at the right place.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/include/wl.h
carlfw/src/timer.c
carlfw/src/wlanrx.c
carlfw/usb/usb.c