Skip to content

Commit e5f0a27

Browse files
Felix Fietkaulinvjw
authored andcommitted
ath9k: make two mci related functions static
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
1 parent 775ab52 commit e5f0a27

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

drivers/net/wireless/ath/ath9k/mci.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload)
234234
}
235235
}
236236

237-
void ath_mci_process_profile(struct ath_softc *sc,
238-
struct ath_mci_profile_info *info)
237+
static void ath_mci_process_profile(struct ath_softc *sc,
238+
struct ath_mci_profile_info *info)
239239
{
240240
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
241241
struct ath_btcoex *btcoex = &sc->btcoex;
@@ -261,8 +261,8 @@ void ath_mci_process_profile(struct ath_softc *sc,
261261
ath_mci_update_scheme(sc);
262262
}
263263

264-
void ath_mci_process_status(struct ath_softc *sc,
265-
struct ath_mci_profile_status *status)
264+
static void ath_mci_process_status(struct ath_softc *sc,
265+
struct ath_mci_profile_status *status)
266266
{
267267
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
268268
struct ath_btcoex *btcoex = &sc->btcoex;

drivers/net/wireless/ath/ath9k/mci.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ struct ath_mci_coex {
128128
};
129129

130130
void ath_mci_flush_profile(struct ath_mci_profile *mci);
131-
void ath_mci_process_profile(struct ath_softc *sc,
132-
struct ath_mci_profile_info *info);
133-
void ath_mci_process_status(struct ath_softc *sc,
134-
struct ath_mci_profile_status *status);
135131
int ath_mci_setup(struct ath_softc *sc);
136132
void ath_mci_cleanup(struct ath_softc *sc);
137133
void ath_mci_intr(struct ath_softc *sc);

0 commit comments

Comments
 (0)