base-files: Add new functions for ath11k caldata
[openwrt/staging/pepe2k.git] / package / base-files / files / lib / functions / system.sh
index 23484c8ad916b449159dd51aaf4736fdf8f1989f..048e32f0e164147b3b73211c015323cf241f9167 100644 (file)
@@ -279,12 +279,6 @@ macaddr_random() {
        echo "$(macaddr_unsetbit_mc "$(macaddr_setbit_la "${randsrc}")")"
 }
 
-macaddr_2bin() {
-       local mac=$1
-
-       echo -ne \\x${mac//:/\\x}
-}
-
 macaddr_canonicalize() {
        local mac="$1"
        local canon=""