]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/net/wireless/rtlwifi/pci.c
Merge branch 'master' into for-next
[linux-beck.git] / drivers / net / wireless / rtlwifi / pci.c
index 9cd7703c2a3035d06f1cdc8e8c781185f2899422..c3a8c0965c0780884bad3b8c40d186051cb50d23 100644 (file)
@@ -395,7 +395,7 @@ static void rtl_pci_init_aspm(struct ieee80211_hw *hw)
         * 0 - Disable ASPM,
         * 1 - Enable ASPM without Clock Req,
         * 2 - Enable ASPM with Clock Req,
-        * 3 - Alwyas Enable ASPM with Clock Req,
+        * 3 - Always Enable ASPM with Clock Req,
         * 4 - Always Enable ASPM without Clock Req.
         * set defult to RTL8192CE:3 RTL8192E:2
         * */
@@ -1226,7 +1226,7 @@ static unsigned int _rtl_mac_to_hwqueue(__le16 fc,
                hw_queue_index = VI_QUEUE;
                break;
        case 2:
-               hw_queue_index = BE_QUEUE;;
+               hw_queue_index = BE_QUEUE;
                break;
        case 3:
                hw_queue_index = BK_QUEUE;