rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / rtl8192ce / dm.c
index 888df5e2d2fc10aa826424dbbf53cef6ad923e46..7d76504df4d18ea4173ef8196d74a81e69ee961b 100644 (file)
 #include "def.h"
 #include "phy.h"
 #include "dm.h"
-#include "fw.h"
 
-#include "../rtl8192c/dm_common.c"
-
-void rtl92c_dm_dynamic_txpower(struct ieee80211_hw *hw)
+void rtl92ce_dm_dynamic_txpower(struct ieee80211_hw *hw)
 {
        struct rtl_priv *rtlpriv = rtl_priv(hw);
        struct rtl_phy *rtlphy = &(rtlpriv->phy);
@@ -114,5 +111,3 @@ void rtl92c_dm_dynamic_txpower(struct ieee80211_hw *hw)
 
        rtlpriv->dm.last_dtp_lvl = rtlpriv->dm.dynamic_txhighpower_lvl;
 }
-
-
This page took 0.026934 seconds and 5 git commands to generate.