david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[ath] Add missing break statements

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2017-03-22 11:52:09 +02:00
parent e846bd22c3
commit 45f2265bfc
1 changed files with 3 additions and 0 deletions

View File

@ -104,10 +104,13 @@ ath5k_hw_setup_2word_tx_desc(struct ath5k_hw *ah, struct ath5k_desc *desc,
case AR5K_PKT_TYPE_BEACON:
case AR5K_PKT_TYPE_PROBE_RESP:
frame_type = AR5K_AR5210_TX_DESC_FRAME_TYPE_NO_DELAY;
break;
case AR5K_PKT_TYPE_PIFS:
frame_type = AR5K_AR5210_TX_DESC_FRAME_TYPE_PIFS;
break;
default:
frame_type = type /*<< 2 ?*/;
break;
}
tx_ctl->tx_control_0 |=