ath5k: fix misplaced default label in sifs switch
authorBob Copeland <me@bobcopeland.com>
Thu, 2 Jun 2016 12:43:50 +0000 (08:43 -0400)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 14 Jun 2016 12:18:09 +0000 (15:18 +0300)
commitdeb85bb1dadf8b4aaa5b33497766dc3f3e4b530e
tree72600486cb576a3a55824ff2c8a554bae1099571
parent8e100354a985e7e9d547684f1038a47e109a0158
ath5k: fix misplaced default label in sifs switch

In this switch statement, the default case does not always assign
sifs.  In practice, ah->ah_bwmode cannot take values besides the
other labels, so this is not an actual problem, but it looks odd
and smatch complains thus:

    ath5k_hw_get_default_sifs() warn: missing break? reassigning 'sifs'

Silence the warning by moving default label up a line.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath5k/pcu.c