From: Johannes Berg Date: Wed, 8 Sep 2021 07:30:32 +0000 (+0200) Subject: iw: make parse_he_gi static X-Git-Tag: v5.16~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24fb155659bb2a6e7f07e3cac532e2b5004b15fd;p=thirdparty%2Fiw.git iw: make parse_he_gi static Signed-off-by: Johannes Berg --- diff --git a/bitrate.c b/bitrate.c index 8bde850..8714669 100644 --- 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;