linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Emmanuel Grumbach <egrumbach@gmail.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
	Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Subject: Re: pull request: iwlwifi 2014-10-21
Date: Thu, 23 Oct 2014 13:48:07 -0400	[thread overview]
Message-ID: <20141023174807.GB3639@tuxdriver.com> (raw)
In-Reply-To: <CANUX_P0iZO6AGwcsKO3+xZZcH5ns+vMUimo+BxHNpyBhhURKRw@mail.gmail.com>

I do not have the 3.18-rc1 tag, because Dave doesn't have it yet in
the net.git tre.  Please rebase.

Thanks,

John

On Tue, Oct 21, 2014 at 12:29:08PM +0300, Emmanuel Grumbach wrote:
> Hi John,
> 
> Here is a first pull request for 3.18. This time I chose to work with
> signed tags instead of signing emails.
> Let me know if this is an issue for you.
> Description of the content below.
> 
> Note that this you haven't updated your trees yet and Linus released
> 3.18-rc1 already,
> I decided to base my trees on Linus's tag. Let me know you want me to
> change this.
> 
> Thanks!
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git
> tags/iwlwifi-for-john-2014-10-21
> 
> for you to fetch changes up to ae35aee606d0ea5678c75fa058ea6eb048fc1d79:
> 
>   Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate"
> (2014-10-21 09:00:27 +0300)
> 
> ----------------------------------------------------------------
> I revert here a patch that caused interoperability issues.
> dvm gets a fix for a bug that was reported by many users.
> Two minor fixes for BT Coex and platform power fix that helps
> reducing latency when the PCIe link goes to low power states.
> 
> ----------------------------------------------------------------
> Emmanuel Grumbach (5):
>       iwlwifi: configure the LTR
>       iwlwifi: mvm: BT Coex - update the MPLUT Boost register value
>       iwlwifi: mvm: BT coex - fix BT prio for probe requests
>       iwlwifi: dvm: drop non VO frames when flushing
>       Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate"
> 
> Haim Dreyfuss (1):
>       iwlwifi: mvm: Add tx power condition to bss_info_changed_ap_ibss
> 
> Liad Kaufman (1):
>       iwlwifi: 8000: fix string given to MODULE_FIRMWARE
> 
> Matti Gottlieb (1):
>       iwlwifi: mvm: ROC - bug fixes around time events and locking
> 
>  drivers/net/wireless/iwlwifi/dvm/mac80211.c     | 24 +++++++++++++-----------
>  drivers/net/wireless/iwlwifi/iwl-8000.c         |  3 ++-
>  drivers/net/wireless/iwlwifi/iwl-trans.h        |  2 ++
>  drivers/net/wireless/iwlwifi/mvm/coex.c         |  4 ++--
>  drivers/net/wireless/iwlwifi/mvm/coex_legacy.c  |  4 ++--
>  drivers/net/wireless/iwlwifi/mvm/fw-api-power.h | 35
> ++++++++++++++++++++++++++++++++++-
>  drivers/net/wireless/iwlwifi/mvm/fw-api.h       |  1 +
>  drivers/net/wireless/iwlwifi/mvm/fw.c           |  9 +++++++++
>  drivers/net/wireless/iwlwifi/mvm/mac80211.c     | 32
> +++++++++++++++++++++++---------
>  drivers/net/wireless/iwlwifi/mvm/ops.c          |  1 +
>  drivers/net/wireless/iwlwifi/mvm/scan.c         |  3 ++-
>  drivers/net/wireless/iwlwifi/mvm/time-event.c   |  2 +-
>  drivers/net/wireless/iwlwifi/mvm/tx.c           |  8 ++------
>  drivers/net/wireless/iwlwifi/pcie/trans.c       | 16 +++++++++-------
>  14 files changed, 103 insertions(+), 41 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

  parent reply	other threads:[~2014-10-23 18:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-21  9:29 pull request: iwlwifi 2014-10-21 Emmanuel Grumbach
2014-10-21 16:04 ` [PATCH 1/8] iwlwifi: configure the LTR Emmanuel Grumbach
2014-10-21 16:04 ` [PATCH 2/8] iwlwifi: 8000: fix string given to MODULE_FIRMWARE Emmanuel Grumbach
2014-10-21 16:04 ` [PATCH 3/8] iwlwifi: mvm: BT Coex - update the MPLUT Boost register value Emmanuel Grumbach
2014-10-21 16:04 ` [PATCH 4/8] iwlwifi: mvm: BT coex - fix BT prio for probe requests Emmanuel Grumbach
2014-10-21 16:04 ` [PATCH 5/8] iwlwifi: mvm: Add tx power condition to bss_info_changed_ap_ibss Emmanuel Grumbach
2014-10-21 16:04 ` [PATCH 6/8] iwlwifi: mvm: ROC - bug fixes around time events and locking Emmanuel Grumbach
2014-10-21 16:04 ` [PATCH 7/8] iwlwifi: dvm: drop non VO frames when flushing Emmanuel Grumbach
2014-10-21 16:04 ` [PATCH 8/8] Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate" Emmanuel Grumbach
2014-10-23 17:48 ` John W. Linville [this message]
2014-10-23 18:24   ` pull request: iwlwifi 2014-10-21 Emmanuel Grumbach
2014-10-27 17:37     ` John W. Linville

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=20141023174807.GB3639@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=egrumbach@gmail.com \
    --cc=emmanuel.grumbach@intel.com \
    --cc=linux-wireless@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).