rtlwifi: rtl8192de: Convert driver to use private dm structs
Convert driver to use the private dig_t instead of a global version. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
d10dc6d1b7
commit
c21916ec4c
@@ -151,8 +151,6 @@ enum dm_dig_connect {
|
||||
DIG_CONNECT_MAX
|
||||
};
|
||||
|
||||
extern struct dig_t de_digtable;
|
||||
|
||||
void rtl92d_dm_init(struct ieee80211_hw *hw);
|
||||
void rtl92d_dm_watchdog(struct ieee80211_hw *hw);
|
||||
void rtl92d_dm_init_edca_turbo(struct ieee80211_hw *hw);
|
||||
|
Reference in New Issue
Block a user