mac80211: fix some monitor mode queue selection bugs
[openwrt.git] / package / mac80211 / files / lib / wifi / mac80211.sh
index adfd948..742c1bb 100644 (file)
@@ -149,7 +149,7 @@ enable_mac80211() {
                        else
                                offset="0"
                        fi
-                       vif_mac="$( printf %02x $(($mac_1 + $offset)) ):$mac_2"
+                       vif_mac="$( printf %02x $((0x$mac_1 + $offset)) ):$mac_2"
                }
                ifconfig "$ifname" hw ether "$vif_mac"
 
This page took 0.023526 seconds and 4 git commands to generate.