mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-21 20:13:39 +00:00
rtl8188eu: Fis fall-through warning
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
95a4b1ec29
commit
2525cdee47
1 changed files with 1 additions and 0 deletions
|
@ -1923,6 +1923,7 @@ static void GetHwReg8188EU(struct adapter *Adapter, u8 variable, u8 *val)
|
||||||
switch (variable) {
|
switch (variable) {
|
||||||
case HW_VAR_BASIC_RATE:
|
case HW_VAR_BASIC_RATE:
|
||||||
*((u16 *)(val)) = haldata->BasicRateSet;
|
*((u16 *)(val)) = haldata->BasicRateSet;
|
||||||
|
__attribute__((fallthrough));
|
||||||
case HW_VAR_TXPAUSE:
|
case HW_VAR_TXPAUSE:
|
||||||
val[0] = rtw_read8(Adapter, REG_TXPAUSE);
|
val[0] = rtw_read8(Adapter, REG_TXPAUSE);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue