Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh...
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / rtl8192de / hw.c
index f5bd3a3cd34accd7508f1e9717dcd1fa26c262b7..9d89d7ccdafb7fa389499ae5d9d6df1be75ddc0b 100644 (file)
@@ -466,8 +466,8 @@ void rtl92de_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val)
                bool int_migration = *(bool *) (val);
 
                if (int_migration) {
-                       /* Set interrrupt migration timer and
-                        * corresponging Tx/Rx counter.
+                       /* Set interrupt migration timer and
+                        * corresponding Tx/Rx counter.
                         * timer 25ns*0xfa0=100us for 0xf packets.
                         * 0x306:Rx, 0x307:Tx */
                        rtl_write_dword(rtlpriv, REG_INT_MIG, 0xfe000fa0);
This page took 0.028728 seconds and 5 git commands to generate.