From 4d0743d5e5a7af1e74bbc953f0aed2975438031c Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 26 Apr 2023 23:08:38 +0300 Subject: [PATCH] Fix file mode bits The execute bits were not supposed to be added to a source code file. Fixes: 927dbfb453ed ("Fix 40 MHz channel bringup with ACS on the 6 GHz band") Signed-off-by: Jouni Malinen --- src/ap/hostapd.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/ap/hostapd.c diff --git a/src/ap/hostapd.c b/src/ap/hostapd.c old mode 100755 new mode 100644 -- 2.47.2