rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988ee
This patch combines the remaining changes in the rtlwifi family to handle the addition of rtl8188ee. A number of these changes eliminate some CamelCase variable names, and other shorten common variable names so that long lines in the new driver could be shortened. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: jcheung@suse.com Cc: machen@suse.com Cc: mmarek@suse.cz Cc: zhiyuan_yang@realsil.com.cn Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
f0eb856e0b
commit
e6deaf810c
@@ -1183,7 +1183,7 @@ void rtl92d_linked_set_reg(struct ieee80211_hw *hw)
|
||||
u8 channel = rtlphy->current_channel;
|
||||
|
||||
indexforchannel = rtl92d_get_rightchnlplace_for_iqk(channel);
|
||||
if (!rtlphy->iqk_matrix_regsetting[indexforchannel].iqk_done) {
|
||||
if (!rtlphy->iqk_matrix[indexforchannel].iqk_done) {
|
||||
RT_TRACE(rtlpriv, COMP_SCAN | COMP_INIT, DBG_DMESG,
|
||||
"Do IQK for channel:%d\n", channel);
|
||||
rtl92d_phy_iq_calibrate(hw);
|
||||
|
Reference in New Issue
Block a user