All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: mac80211-next 2014-12-03
@ 2014-12-03  7:48 Johannes Berg
  2014-12-04 16:32 ` John W. Linville
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2014-12-03  7:48 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

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

Hi John,

Yes, you were right - I must have missed that you merged my other pull
request. I hope you can still pull this in time for the next merge
window.

Unfortunately I can't send a signed tag because I forgot my yubikey at
home and thus can't upload anything to kernel.org. I hope you can accept
signed pgp email instead.

This time I have Felix's no-status rate control work, which will allow
drivers to work better with rate control even if they don't have perfect
status reporting. In addition to this, a small hwsim fix from Patrik,
one of the regulatory patches from Arik, and a number of cleanups and
fixes I did myself.

Of note is a patch where I disable CFG80211_WEXT so that compatibility
is no longer selectable - this is intended as a wake-up call for anyone
who's still using it, and is still easily worked around (it's a one-line
patch) before we fully remove the code as well in the future.

Let me know if there's any problem.

johannes



The following changes since commit 75769c80e381653994293b5aa5a8cfec50088f9f:

  mac80211: minstrel_ht: add a small optimization to minstrel_aggr_check (2014-11-19 19:31:07 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 

for you to fetch changes up to f027c2aca0cf43e0f15fc8de8841f7b566163d94:

  mac80211: add ieee80211_tx_status_noskb (2014-11-28 15:01:51 +0100)

----------------------------------------------------------------
Arik Nemtsov (1):
      cfg80211: leave invalid channels on regdomain change

Felix Fietkau (9):
      mac80211: copy chandef from AP vif to VLANs
      mac80211: add more missing checks for VHT tx rates
      mac80211: minstrel_ht: move aggregation check to .get_rate()
      mac80211: add tx_status_noskb to rate_control_ops
      mac80211: minstrel: switch to .tx_status_noskb
      mac80211: minstrel_ht: switch to .tx_status_noskb
      mac80211: pass tx info to ieee80211_lost_packet instead of an skb
      mac0211: add a helper function for fixing up tx status rates
      mac80211: add ieee80211_tx_status_noskb

Johannes Berg (9):
      Revert "mac80211_hwsim: VHT add 160MHz width support"
      mac80211: disable 80+80/160 in VHT correctly
      cfg80211: remove pointless channel lookup in survey code
      mac80211: check if channels allow 80 MHz for VHT probe requests
      cfg80211: refactor the various CQM event sending code
      cfg80211: clean up beacon loss CQM event
      nl80211: don't crash sending invalid chandef
      cfg80211: make WEXT compatibility unselectable
      cfg80211: remove unneeded initialisations in nl80211_set_reg

Patrik Flykt (1):
      mac80211_hwsim: Send alpha2 only if non-zero

 drivers/net/wireless/mac80211_hwsim.c  |   5 +-
 drivers/net/wireless/ti/wlcore/event.c |   5 +-
 include/net/cfg80211.h                 |  63 ++++----
 include/net/mac80211.h                 |  32 ++++
 include/net/regulatory.h               |  12 ++
 include/uapi/linux/nl80211.h           |   7 +-
 net/mac80211/chan.c                    |  23 ++-
 net/mac80211/iface.c                   |   1 +
 net/mac80211/mlme.c                    |  24 ++-
 net/mac80211/rate.c                    |   3 +-
 net/mac80211/rate.h                    |  24 ++-
 net/mac80211/rc80211_minstrel.c        |   5 +-
 net/mac80211/rc80211_minstrel_ht.c     |  15 +-
 net/mac80211/status.c                  | 113 +++++++++++---
 net/mac80211/trace.h                   |   6 +
 net/mac80211/tx.c                      |   2 +-
 net/mac80211/util.c                    |  11 +-
 net/wireless/Kconfig                   |   2 +-
 net/wireless/core.c                    |  14 ++
 net/wireless/nl80211.c                 | 260 ++++++++++++++++-----------------
 net/wireless/reg.c                     | 107 +++++++++++++-
 21 files changed, 517 insertions(+), 217 deletions(-)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: mac80211-next 2014-12-03
  2014-12-03  7:48 pull-request: mac80211-next 2014-12-03 Johannes Berg
@ 2014-12-04 16:32 ` John W. Linville
  0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2014-12-04 16:32 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Wed, Dec 03, 2014 at 08:48:22AM +0100, Johannes Berg wrote:
> Hi John,
> 
> Yes, you were right - I must have missed that you merged my other pull
> request. I hope you can still pull this in time for the next merge
> window.
> 
> Unfortunately I can't send a signed tag because I forgot my yubikey at
> home and thus can't upload anything to kernel.org. I hope you can accept
> signed pgp email instead.
> 
> This time I have Felix's no-status rate control work, which will allow
> drivers to work better with rate control even if they don't have perfect
> status reporting. In addition to this, a small hwsim fix from Patrik,
> one of the regulatory patches from Arik, and a number of cleanups and
> fixes I did myself.
> 
> Of note is a patch where I disable CFG80211_WEXT so that compatibility
> is no longer selectable - this is intended as a wake-up call for anyone
> who's still using it, and is still easily worked around (it's a one-line
> patch) before we fully remove the code as well in the future.
> 
> Let me know if there's any problem.
> 
> johannes
> 
> 
> 
> The following changes since commit 75769c80e381653994293b5aa5a8cfec50088f9f:
> 
>   mac80211: minstrel_ht: add a small optimization to minstrel_aggr_check (2014-11-19 19:31:07 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 
> 
> for you to fetch changes up to f027c2aca0cf43e0f15fc8de8841f7b566163d94:
> 
>   mac80211: add ieee80211_tx_status_noskb (2014-11-28 15:01:51 +0100)

Pulling now...

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-04 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-03  7:48 pull-request: mac80211-next 2014-12-03 Johannes Berg
2014-12-04 16:32 ` John W. Linville

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.