rtl8xxxu: rtl8xxxu_set_linktype(): Be consistent aboutregister size REG_MSR
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 3 Feb 2016 18:39:56 +0000 (13:39 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 25 Feb 2016 09:55:39 +0000 (11:55 +0200)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c

index 1b7ff74..c8ba698 100644 (file)
@@ -1599,9 +1599,9 @@ rtl8723a_set_tx_power(struct rtl8xxxu_priv *priv, int channel, bool ht40)
 static void rtl8xxxu_set_linktype(struct rtl8xxxu_priv *priv,
                                  enum nl80211_iftype linktype)
 {
-       u16 val8;
+       u8 val8;
 
-       val8 = rtl8xxxu_read16(priv, REG_MSR);
+       val8 = rtl8xxxu_read8(priv, REG_MSR);
        val8 &= ~MSR_LINKTYPE_MASK;
 
        switch (linktype) {