diff options
Diffstat (limited to 'package/hostapd-rtk/files')
-rwxr-xr-x | package/hostapd-rtk/files/realtek.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/hostapd-rtk/files/realtek.sh b/package/hostapd-rtk/files/realtek.sh index 092d7843c..65eef91ac 100755 --- a/package/hostapd-rtk/files/realtek.sh +++ b/package/hostapd-rtk/files/realtek.sh @@ -272,6 +272,9 @@ enable_realtek() { ;; esac first=0 + + # enable client-to-client connections + iwpriv "$ifname" set_mib block_relay=0 done } |