| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* lanai.c -- Copyright 1999-2003 by Mitchell Blank Jr <mitch@sfgoth.com> |
|---|
| 2 | | - * |
|---|
| 3 | | - * This program is free software; you can redistribute it and/or |
|---|
| 4 | | - * modify it under the terms of the GNU General Public License |
|---|
| 5 | | - * as published by the Free Software Foundation; either version |
|---|
| 6 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 7 | 3 | * |
|---|
| 8 | 4 | * This driver supports ATM cards based on the Efficient "Lanai" |
|---|
| 9 | 5 | * chipset such as the Speedstream 3010 and the ENI-25p. The |
|---|
| .. | .. |
|---|
| 2023 | 2019 | switch (*vpip) { |
|---|
| 2024 | 2020 | case ATM_VPI_ANY: |
|---|
| 2025 | 2021 | *vpip = 0; |
|---|
| 2026 | | - /* FALLTHROUGH */ |
|---|
| 2022 | + fallthrough; |
|---|
| 2027 | 2023 | case 0: |
|---|
| 2028 | 2024 | break; |
|---|
| 2029 | 2025 | default: |
|---|
| .. | .. |
|---|
| 2544 | 2540 | .dev_close = lanai_dev_close, |
|---|
| 2545 | 2541 | .open = lanai_open, |
|---|
| 2546 | 2542 | .close = lanai_close, |
|---|
| 2547 | | - .getsockopt = NULL, |
|---|
| 2548 | | - .setsockopt = NULL, |
|---|
| 2549 | 2543 | .send = lanai_send, |
|---|
| 2550 | 2544 | .phy_put = NULL, |
|---|
| 2551 | 2545 | .phy_get = NULL, |
|---|