diff --git a/site.conf b/site.conf
index 6407f519d8b450c501ecf89292b7d377b2e73f80..cbdc85dd55e80ca978f4c4f88c750855a4fb964a 100644
--- a/site.conf
+++ b/site.conf
@@ -36,6 +36,9 @@
 
     wifi24 = {
         channel = 5,
+        --disables 802.11b rates
+        supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
+        basic_rate = {6000, 9000, 18000, 36000, 54000},
         ap = {
             ssid = 'nord.freifunk.net',
         },