Skip to content
Snippets Groups Projects
Commit a55bf512 authored by Andreas Gnau's avatar Andreas Gnau :speech_balloon: Committed by Sukru Senli
Browse files

Revert "brcm63xx: use bcmd libs for hostapd"

This reverts commit 2b831dd1

We now have a wrapper script in bcmkernel that fixes the problem for all
invocations.
parent 261da131
No related branches found
No related tags found
1 merge request!154Revert "brcm63xx: use bcmd libs for hostapd"
...@@ -1375,7 +1375,7 @@ drv_mac80211_setup() { ...@@ -1375,7 +1375,7 @@ drv_mac80211_setup() {
for_each_interface "sta" mac80211_prepare_vif for_each_interface "sta" mac80211_prepare_vif
[ -n "$hostapd_ctrl" ] && { [ -n "$hostapd_ctrl" ] && {
LD_LIBRARY_PATH=/usr/lib/broadcom /usr/sbin/hostapd -s -P /var/run/wifi-$phy.pid -B "$hostapd_conf_file" /usr/sbin/hostapd -s -P /var/run/wifi-$phy.pid -B "$hostapd_conf_file"
ret="$?" ret="$?"
sleep 3 sleep 3
wireless_add_process "$(cat /var/run/wifi-$phy.pid)" "/usr/sbin/hostapd" 1 wireless_add_process "$(cat /var/run/wifi-$phy.pid)" "/usr/sbin/hostapd" 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment