]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Split long comment lines in QCA vendor related definitions
authorYu Wang <quic_yyuwang@quicinc.com>
Wed, 6 Sep 2023 06:10:20 +0000 (23:10 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 8 Sep 2023 16:57:00 +0000 (19:57 +0300)
Fix one of the style problems in qca-vendor.h.

Signed-off-by: Yu Wang <quic_yyuwang@quicinc.com>
src/common/qca-vendor.h

index 1b55fda38e8948cb44d5b49fde4e921a74587675..44b7f6c108f24a09eaebd175cd8d0871a23d3c16 100644 (file)
@@ -2454,9 +2454,11 @@ enum qca_wlan_vendor_attr_config {
         * used to calculate statistics like average the TSF offset or average
         * number of frame leaked.
         * For instance, upon Beacon frame reception:
-        * current_avg = ((beacon_TSF - TBTT) * factor + previous_avg * (0x10000 - factor) ) / 0x10000
+        * current_avg = ((beacon_TSF - TBTT) * factor +
+        *                previous_avg * (0x10000 - factor)) / 0x10000
         * For instance, when evaluating leaky APs:
-        * current_avg = ((num frame received within guard time) * factor + previous_avg * (0x10000 - factor)) / 0x10000
+        * current_avg = ((num frame received within guard time) * factor +
+        *                previous_avg * (0x10000 - factor)) / 0x10000
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_STATS_AVG_FACTOR = 2,
        /* Unsigned 32-bit value to configure guard time, i.e., when