All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: quic_haric@quicinc.com
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH] mac80211 : Add support to track mesh peer beacon miss event
Date: Fri, 01 Jul 2022 11:47:08 +0200	[thread overview]
Message-ID: <4dac4c5c118aab5a7f55a2e38b1e7f61dd94e008.camel@sipsolutions.net> (raw)
In-Reply-To: <1653893292-11092-1-git-send-email-quic_haric@quicinc.com>

On Mon, 2022-05-30 at 12:18 +0530, quic_haric@quicinc.com wrote:
> 
> +++ b/include/net/mac80211.h
> @@ -1732,6 +1732,9 @@ enum ieee80211_offload_flags {
>   *	for read access.
>   * @color_change_color: the bss color that will be used after the change.
>   * @mbssid_tx_vif: Pointer to the transmitting interface if MBSSID is enabled.
> + * @bmiss_threshold: beacon miss threshold that is used to change the beacon miss
> + * timer value
> + *
>   */
>  struct ieee80211_vif {
>  	enum nl80211_iftype type;
> @@ -1764,6 +1767,7 @@ struct ieee80211_vif {
>  	u8 color_change_color;
>  
>  	struct ieee80211_vif *mbssid_tx_vif;
> +	u8 bmiss_threshold;
> 
> 

Why should this be visible to the driver?

> @@ -2495,6 +2499,19 @@ enum ieee80211_hw_flags {
>  };
>  
>  /**
> + * enum ieee80211_dbg_mask - Debug mask to enable and disable logs
> + * in runtime
> + *
> + * @IEEE80211_HW_DBG_BMISS_LOG - To enable/disable mesh beacon miss logs
> + *
> + * @IEEE80211_HW_MAX_DBG_MASK - Max debug mask value
> + */

same here

> @@ -2656,6 +2675,7 @@ struct ieee80211_hw {
>  	u8 tx_sk_pacing_shift;
>  	u8 weight_multiplier;
>  	u32 max_mtu;
> +	u32 dbg_mask;

and here.

>  /*
> + * mesh_bmiss_update - update beacon miss parameters such as

/** I guess, based on the comment formatting

You also have a bunch of robot comments.

johannes

  parent reply	other threads:[~2022-07-01  9:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-30  6:48 [PATCH] mac80211 : Add support to track mesh peer beacon miss event quic_haric
2022-06-04  9:49 ` kernel test robot
2022-07-01  9:47 ` Johannes Berg [this message]
2023-06-05 11:58 ` Johannes Berg
  -- strict thread matches above, loose matches on Subject: below --
2022-05-25  6:01 quic_haric
2022-05-25 10:57 ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4dac4c5c118aab5a7f55a2e38b1e7f61dd94e008.camel@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_haric@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.