Re: [PATCH] ath5k: document a fall-through case in ath5k_hw_set_opmode

2015-01-23 Thread Nick Kossifidis
It's AR5210 related, we haven't worked much on that chip but I think that's ok. AR5K_STA_ID1_NO_PSPOLL is set in every case on AR5210 so this fall-through makes sure it gets set on station and monitor mode too. Acked-by: Nick Kossifidis mickfl...@gmail.com 2015-01-19 21:09 GMT+02:00 John W.

[PATCH] ath5k: document a fall-through case in ath5k_hw_set_opmode

2015-01-19 Thread John W. Linville
Coverity: CID 114932 Signed-off-by: John W. Linville linvi...@tuxdriver.com --- I'm guessing this is OK, since it seems to work? drivers/net/wireless/ath/ath5k/pcu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath5k/pcu.c b/drivers/net/wireless/ath/ath5k/pcu.c