We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66fdd commit 0f2a4afCopy full SHA for 0f2a4af
drivers/net/wireless/ath/ath9k/mci.c
@@ -646,9 +646,7 @@ void ath9k_mci_update_wlan_channels(struct ath_softc *sc, bool allow_all)
646
struct ath_hw *ah = sc->sc_ah;
647
struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci;
648
struct ath9k_channel *chan = ah->curchan;
649
- static const u32 channelmap[] = {
650
- 0x00000000, 0xffff0000, 0xffffffff, 0x7fffffff
651
- };
+ u32 channelmap[] = {0x00000000, 0xffff0000, 0xffffffff, 0x7fffffff};
652
int i;
653
s16 chan_start, chan_end;
654
u16 wlan_chan;
0 commit comments