summaryrefslogtreecommitdiffstats
path: root/package/hostapd-rtk/files/realtek.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/hostapd-rtk/files/realtek.sh')
-rwxr-xr-xpackage/hostapd-rtk/files/realtek.sh3
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
}