Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4922f2b authored by Mohammed Shafi Shajakhan's avatar Mohammed Shafi Shajakhan Committed by John W. Linville
Browse files

ath9k_hw: fix a comment



also remove an unused macro and a function declaration

Signed-off-by: default avatarMohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d90db4b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@ static const int m2ThreshExt_off = 127;
 * @chan:
 * @chan:
 *
 *
 * This is the function to change channel on single-chip devices, that is
 * This is the function to change channel on single-chip devices, that is
 * all devices after ar9280.
 * for AR9300 family of chipsets.
 *
 *
 * This function takes the channel value in MHz and sets
 * This function takes the channel value in MHz and sets
 * hardware channel value. Assumes writes have been enabled to analog bus.
 * hardware channel value. Assumes writes have been enabled to analog bus.
+0 −1
Original line number Original line Diff line number Diff line
@@ -679,7 +679,6 @@ void ath9k_deinit_device(struct ath_softc *sc);
void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw);
void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw);
void ath9k_reload_chainmask_settings(struct ath_softc *sc);
void ath9k_reload_chainmask_settings(struct ath_softc *sc);


void ath_radio_disable(struct ath_softc *sc, struct ieee80211_hw *hw);
bool ath9k_uses_beacons(int type);
bool ath9k_uses_beacons(int type);


#ifdef CONFIG_ATH9K_PCI
#ifdef CONFIG_ATH9K_PCI
+0 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,6 @@


#include "hw.h"
#include "hw.h"


#define AR_PHY_CCA_FILTERWINDOW_LENGTH_INIT     3
#define AR_PHY_CCA_FILTERWINDOW_LENGTH          5
#define AR_PHY_CCA_FILTERWINDOW_LENGTH          5


#define NUM_NF_READINGS       6
#define NUM_NF_READINGS       6