| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | |
|---|
| 3 | 4 | Broadcom B43 wireless driver |
|---|
| .. | .. |
|---|
| 10 | 11 | Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org> |
|---|
| 11 | 12 | Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch> |
|---|
| 12 | 13 | |
|---|
| 13 | | - This program is free software; you can redistribute it and/or modify |
|---|
| 14 | | - it under the terms of the GNU General Public License as published by |
|---|
| 15 | | - the Free Software Foundation; either version 2 of the License, or |
|---|
| 16 | | - (at your option) any later version. |
|---|
| 17 | | - |
|---|
| 18 | | - This program is distributed in the hope that it will be useful, |
|---|
| 19 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 20 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 21 | | - GNU General Public License for more details. |
|---|
| 22 | | - |
|---|
| 23 | | - You should have received a copy of the GNU General Public License |
|---|
| 24 | | - along with this program; see the file COPYING. If not, write to |
|---|
| 25 | | - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, |
|---|
| 26 | | - Boston, MA 02110-1301, USA. |
|---|
| 27 | 14 | |
|---|
| 28 | 15 | */ |
|---|
| 29 | 16 | |
|---|
| .. | .. |
|---|
| 742 | 729 | }; |
|---|
| 743 | 730 | int max_rx_gain; |
|---|
| 744 | 731 | struct b43_lo_calib *cal; |
|---|
| 745 | | - struct lo_g_saved_values uninitialized_var(saved_regs); |
|---|
| 732 | + struct lo_g_saved_values saved_regs; |
|---|
| 746 | 733 | /* Values from the "TXCTL Register and Value Table" */ |
|---|
| 747 | 734 | u16 txctl_reg; |
|---|
| 748 | 735 | u16 txctl_value; |
|---|