Linux wireless drivers development
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Tamizh chelvam <tamizhr@codeaurora.org>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCHv4 2/2] mac80211: Implement API to configure station specific rssi threshold
Date: Fri, 26 Apr 2019 12:04:07 +0200	[thread overview]
Message-ID: <0cb69b2a3dc96d22bddbf4b879a07b715a85e5df.camel@sipsolutions.net> (raw)
In-Reply-To: <1555492880-26457-3-git-send-email-tamizhr@codeaurora.org>


> +void ieee80211_update_rssi_config(struct sta_info *sta)
> +{
> +	s32 last;
> +	u32 hyst;
> +	int i, n;
> +
> +	if (!sta->rssi_config || sta->rssi_config->fixed_thold)
> +		return;

sparse is also giving various complaints about the RCU usage here.

johannes


  reply	other threads:[~2019-04-26 10:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-17  9:21 [PATCHv4 0/2] cfg80211/mac80211: Add support to configure and monitor station's rssi threshold Tamizh chelvam
2019-04-17  9:21 ` [PATCHv4 1/2] cfg80211: Add support to configure station specific RSSI threshold for AP mode Tamizh chelvam
2020-03-18 19:34   ` Janusz Dziedzic
2020-03-19  6:47     ` tamizhr
2019-04-17  9:21 ` [PATCHv4 2/2] mac80211: Implement API to configure station specific rssi threshold Tamizh chelvam
2019-04-26 10:04   ` Johannes Berg [this message]
2019-04-26 10:03 ` [PATCHv4 0/2] cfg80211/mac80211: Add support to configure and monitor station's " Johannes Berg

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=0cb69b2a3dc96d22bddbf4b879a07b715a85e5df.camel@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=tamizhr@codeaurora.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox