linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Victor Goldenshtein <victorg@ti.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH v2] mac80211: add command to get current rssi
Date: Thu, 31 May 2012 13:42:48 +0200	[thread overview]
Message-ID: <1338464568.9102.2.camel@jlt3.sipsolutions.net> (raw)
In-Reply-To: <1338463991-7741-1-git-send-email-victorg@ti.com>

On Thu, 2012-05-31 at 14:33 +0300, Victor Goldenshtein wrote:

> -		sinfo->signal = (s8)sta->last_signal;
> +		if (!local->ops->get_rssi ||
> +			drv_get_rssi(local, sdata, &sta->sta, &sinfo->signal))
> +			sinfo->signal = (s8)sta->last_signal;

Please fix the indentation here

johannes


  reply	other threads:[~2012-05-31 11:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-31 11:33 [PATCH v2] mac80211: add command to get current rssi Victor Goldenshtein
2012-05-31 11:42 ` Johannes Berg [this message]
2012-05-31 12:29   ` Goldenshtein, Victor
2012-05-31 12:17 ` Arend van Spriel
2012-05-31 12:28   ` Goldenshtein, Victor

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=1338464568.9102.2.camel@jlt3.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=victorg@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).