All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Malcolm Priestley <tvboxspy@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 1/3] staging: vt6655: Fix missing power saving support
Date: Tue, 14 Jul 2015 19:26:17 -0700	[thread overview]
Message-ID: <20150715022617.GA28660@kroah.com> (raw)
In-Reply-To: <1434881155-3464-1-git-send-email-tvboxspy@gmail.com>

On Sun, Jun 21, 2015 at 11:05:53AM +0100, Malcolm Priestley wrote:
> Add IEEE80211_HW_SUPPORTS_PS to ieee80211_hw flags
> enabling this feature.
> 
> Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
> ---
>  drivers/staging/vt6655/device_main.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
> index 0bfc939..b1357af 100644
> --- a/drivers/staging/vt6655/device_main.c
> +++ b/drivers/staging/vt6655/device_main.c
> @@ -1819,7 +1819,8 @@ vt6655_probe(struct pci_dev *pcid, const struct pci_device_id *ent)
>  	priv->hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
>  		IEEE80211_HW_REPORTS_TX_ACK_STATUS |
>  		IEEE80211_HW_SIGNAL_DBM |
> -		IEEE80211_HW_TIMING_BEACON_ONLY;
> +		IEEE80211_HW_TIMING_BEACON_ONLY |
> +		IEEE80211_HW_SUPPORTS_PS;
>  
>  	priv->hw->max_signal = 100;

The api changed here, and this patch doesn't apply.  Can you respin it
against the latest -rc tree and resend?

thanks,

greg k-h

      parent reply	other threads:[~2015-07-15  2:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-21 10:05 [PATCH 1/3] staging: vt6655: Fix missing power saving support Malcolm Priestley
2015-06-21 10:05 ` [PATCH 2/3] staging: vt6655: vnt_tx_packet don't wakeup from power saving Malcolm Priestley
2015-06-21 10:05 ` [PATCH 3/3] staging: vt6655: Correct listen interval TBTT wake up Malcolm Priestley
2015-07-15  2:26 ` Greg KH [this message]

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=20150715022617.GA28660@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=tvboxspy@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.