bcm27xx: rpi4: remove wifi hack script

This commit is contained in:
AmadeusGhost 2021-05-22 23:20:18 +08:00
parent 2c11e3e346
commit 3d9a53dc35

View File

@ -1,9 +0,0 @@
. /lib/functions.sh
case "$(board_name)" in
raspberrypi,4-model-b)
sed -i 's/VHT80/VHT40/g' /lib/wifi/mac80211.sh
;;
esac
exit 0