forked from Minki/linux
rtlwifi: rtl8192ce: Refactor rtl8192ce/dm
To reuse as much code as possible when adding additional drivers to the rtlwifi tree, the common parts of various routines are moved to drivers/net/wireless/rtlwifi. This patch does that for the version of dm.{h,c} used by rtl8192ce. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
2ca20f79e0
commit
8c96fcf721
1388
drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c
Normal file
1388
drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -192,5 +192,6 @@ void rtl92c_dm_init_edca_turbo(struct ieee80211_hw *hw);
|
||||
void rtl92c_dm_check_txpower_tracking(struct ieee80211_hw *hw);
|
||||
void rtl92c_dm_init_rate_adaptive_mask(struct ieee80211_hw *hw);
|
||||
void rtl92c_dm_rf_saving(struct ieee80211_hw *hw, u8 bforce_in_normal);
|
||||
void rtl92c_dm_dynamic_txpower(struct ieee80211_hw *hw);
|
||||
|
||||
#endif
|
||||
|
@ -896,7 +896,7 @@ struct rtl_security {
|
||||
};
|
||||
|
||||
struct rtl_dm {
|
||||
/*PHY status for DM */
|
||||
/*PHY status for DM (dynamic management) */
|
||||
long entry_min_undecoratedsmoothed_pwdb;
|
||||
long undecorated_smoothed_pwdb; /*out dm */
|
||||
long entry_max_undecoratedsmoothed_pwdb;
|
||||
|
Loading…
Reference in New Issue
Block a user