]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: make parse_he_gi static
authorJohannes Berg <johannes.berg@intel.com>
Wed, 8 Sep 2021 07:30:32 +0000 (09:30 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 8 Sep 2021 07:30:32 +0000 (09:30 +0200)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
bitrate.c

index 8bde850b1d7f72ed0d0434adc34b49d6d0b1eb86..87146699937b638fffd94127c450978bf958c345 100644 (file)
--- a/bitrate.c
+++ b/bitrate.c
@@ -124,7 +124,7 @@ static int setup_he(struct nl80211_txrate_he *txrate_he,
 #define HE_GI_08_STR "0.8"
 #define HE_GI_16_STR "1.6"
 #define HE_GI_32_STR "3.2"
-int parse_he_gi(char *he_gi)
+static int parse_he_gi(char *he_gi)
 {
        if (he_gi == NULL)
                return 0;