All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Vatika Harlalka <vatikaharlalka@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH 1/2 v2] Introduce new macro
Date: Mon, 23 Feb 2015 23:40:18 -0800	[thread overview]
Message-ID: <20150224074018.GB11701@kroah.com> (raw)
In-Reply-To: <a504aa6ef851fcf381d8dbf9a1804bb43fbbd343.1424761857.git.vatikaharlalka@gmail.com>

On Tue, Feb 24, 2015 at 12:55:05PM +0530, Vatika Harlalka wrote:
> New macro is introduced for the number of channels in the
> 5GHz spectrum.
> 
> Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com>
> ---
>  drivers/staging/rtl8188eu/include/phy.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/rtl8188eu/include/phy.h b/drivers/staging/rtl8188eu/include/phy.h
> index 9a9ab82..1312189 100644
> --- a/drivers/staging/rtl8188eu/include/phy.h
> +++ b/drivers/staging/rtl8188eu/include/phy.h
> @@ -4,6 +4,7 @@
>  #define index_mapping_NUM_88E	    15
>  #define AVG_THERMAL_NUM_88E	    4
>  #define ODM_TARGET_CHNL_NUM_2G_5G   59
> +#define ODM_TARGET_CHNL_NUM_5G	    45

Why do you need this?  You aren't using it in this patch :(


  reply	other threads:[~2015-02-24  7:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-24  7:24 [PATCH 0/2 v2] Refactor code to increase readability Vatika Harlalka
2015-02-24  7:25 ` [PATCH 1/2 v2] Introduce new macro Vatika Harlalka
2015-02-24  7:40   ` Greg KH [this message]
2015-02-24  7:57     ` [Outreachy kernel] " Vatika Harlalka
2015-02-24 14:18       ` Greg KH
2015-02-26 12:26         ` Vatika Harlalka
2015-02-24  7:26 ` [PATCH 2/2 v2] Staging: rtl8188eu: Refactor code to increase readability Vatika Harlalka

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=20150224074018.GB11701@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=vatikaharlalka@gmail.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.