All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: davem@davemloft.net
Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: pull request: wireless 2014-05-08
Date: Thu, 8 May 2014 11:25:17 -0400	[thread overview]
Message-ID: <20140508152516.GC6180@tuxdriver.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2017 bytes --]

Dave,

This one is all from Johannes:

"Here are a few small fixes for the current cycle: radiotap TX flags were
wrong (fix by Bob), Chun-Yeow fixes an SMPS issue with mesh interfaces,
Eliad fixes a locking bug and a cfg80211 state problem and finally
Henning sent me a fix for IBSS rate information."

Please let me know if there are problems!

Thanks,

John

---

The following changes since commit 23a456f05353035d1a2b3f1b9a92707acdc036e0:

  net: mdio: of_mdiobus_register(): fall back to mdiobus_register() for !CONFIG_OF (2014-05-07 17:16:35 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git for-davem

for you to fetch changes up to 6153871f77f8fa778cd0cf1e2979db75e25d3532:

  Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem (2014-05-08 11:13:41 -0400)

----------------------------------------------------------------

Bob Copeland (1):
      mac80211: fixup radiotap tx flags for RTS/CTS

Chun-Yeow Yeoh (1):
      mac80211: avoid handling of SMPS for mesh

Eliad Peller (3):
      cfg80211: free sme on connection failures
      cfg80211: add cfg80211_sched_scan_stopped_rtnl
      mac80211: fix nested rtnl locking on ieee80211_reconfig

Henning Rogge (1):
      mac80211: Fix mac80211 station info rx bitrate for IBSS mode

John W. Linville (2):
      Merge git://git.kernel.org/.../jberg/mac80211
      Merge branch 'master' of git://git.kernel.org/.../linville/wireless into for-davem

 include/net/cfg80211.h  | 12 ++++++++++++
 net/mac80211/rx.c       |  3 ++-
 net/mac80211/sta_info.c |  3 ++-
 net/mac80211/status.c   |  5 ++---
 net/mac80211/util.c     |  2 +-
 net/wireless/scan.c     | 12 ++++++++++--
 net/wireless/sme.c      |  2 +-
 7 files changed, 30 insertions(+), 9 deletions(-)
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: "John W. Linville" <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
To: davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org
Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: pull request: wireless 2014-05-08
Date: Thu, 8 May 2014 11:25:17 -0400	[thread overview]
Message-ID: <20140508152516.GC6180@tuxdriver.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2043 bytes --]

Dave,

This one is all from Johannes:

"Here are a few small fixes for the current cycle: radiotap TX flags were
wrong (fix by Bob), Chun-Yeow fixes an SMPS issue with mesh interfaces,
Eliad fixes a locking bug and a cfg80211 state problem and finally
Henning sent me a fix for IBSS rate information."

Please let me know if there are problems!

Thanks,

John

---

The following changes since commit 23a456f05353035d1a2b3f1b9a92707acdc036e0:

  net: mdio: of_mdiobus_register(): fall back to mdiobus_register() for !CONFIG_OF (2014-05-07 17:16:35 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git for-davem

for you to fetch changes up to 6153871f77f8fa778cd0cf1e2979db75e25d3532:

  Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem (2014-05-08 11:13:41 -0400)

----------------------------------------------------------------

Bob Copeland (1):
      mac80211: fixup radiotap tx flags for RTS/CTS

Chun-Yeow Yeoh (1):
      mac80211: avoid handling of SMPS for mesh

Eliad Peller (3):
      cfg80211: free sme on connection failures
      cfg80211: add cfg80211_sched_scan_stopped_rtnl
      mac80211: fix nested rtnl locking on ieee80211_reconfig

Henning Rogge (1):
      mac80211: Fix mac80211 station info rx bitrate for IBSS mode

John W. Linville (2):
      Merge git://git.kernel.org/.../jberg/mac80211
      Merge branch 'master' of git://git.kernel.org/.../linville/wireless into for-davem

 include/net/cfg80211.h  | 12 ++++++++++++
 net/mac80211/rx.c       |  3 ++-
 net/mac80211/sta_info.c |  3 ++-
 net/mac80211/status.c   |  5 ++---
 net/mac80211/util.c     |  2 +-
 net/wireless/scan.c     | 12 ++++++++++--
 net/wireless/sme.c      |  2 +-
 7 files changed, 30 insertions(+), 9 deletions(-)
-- 
John W. Linville		Someday the world will need a hero, and you
linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org			might be all we have.  Be ready.

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2014-05-08 15:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-08 15:25 John W. Linville [this message]
2014-05-08 15:25 ` pull request: wireless 2014-05-08 John W. Linville
2014-05-09 20:47 ` David Miller

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=20140508152516.GC6180@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@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 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.