diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2013-09-26 14:25:30 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-10-03 16:36:51 -0400 |
commit | 0d1cdce2f555c9d52e7dfcd85fa15736e79aed56 (patch) | |
tree | 6ad3d69439d5279aad1fb7d807796b191520804b /drivers/net/wireless/rtlwifi/rtl8192c/phy_common.h | |
parent | 3764eb72a514cad27ab09fa0b8e591b2b8b7a70b (diff) |
rtlwifi: rtl8192c: Remove rtl8192c_phy_scan_operation_backup()
Drivers rtl8192ce and rtl8192cu no longer rely on this routine. It is removed.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8192c/phy_common.h')
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8192c/phy_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.h b/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.h index 24957e2a8370..e79dabe9ba1d 100644 --- a/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.h +++ b/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.h | |||
@@ -203,8 +203,6 @@ void rtl92c_phy_get_txpower_level(struct ieee80211_hw *hw, | |||
203 | void rtl92c_phy_set_txpower_level(struct ieee80211_hw *hw, u8 channel); | 203 | void rtl92c_phy_set_txpower_level(struct ieee80211_hw *hw, u8 channel); |
204 | bool rtl92c_phy_update_txpower_dbm(struct ieee80211_hw *hw, | 204 | bool rtl92c_phy_update_txpower_dbm(struct ieee80211_hw *hw, |
205 | long power_indbm); | 205 | long power_indbm); |
206 | void rtl92c_phy_scan_operation_backup(struct ieee80211_hw *hw, | ||
207 | u8 operation); | ||
208 | void rtl92c_phy_set_bw_mode(struct ieee80211_hw *hw, | 206 | void rtl92c_phy_set_bw_mode(struct ieee80211_hw *hw, |
209 | enum nl80211_channel_type ch_type); | 207 | enum nl80211_channel_type ch_type); |
210 | void rtl92c_phy_sw_chnl_callback(struct ieee80211_hw *hw); | 208 | void rtl92c_phy_sw_chnl_callback(struct ieee80211_hw *hw); |