From: Johannes Berg <johannes@sipsolutions.net>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: pull-request: mac80211 2019-01-25
Date: Fri, 25 Jan 2019 14:20:40 +0100 [thread overview]
Message-ID: <20190125132041.13375-1-johannes@sipsolutions.net> (raw)
Hi Dave,
Here are 8 fixes for the current cycle, nothing that seems out of
the ordinary.
Please pull and let me know if there's any problem.
Thanks,
johannes
The following changes since commit 8a7fa0c35027d1a3ec3c3e8612800a1b4738e3c3:
Merge tag 'mlx5-fixes-2019-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (2019-01-18 18:23:23 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2019-01-25
for you to fetch changes up to 93183bdbe73bbdd03e9566c8dc37c9d06b0d0db6:
cfg80211: extend range deviation for DMG (2019-01-25 10:18:51 +0100)
----------------------------------------------------------------
Just a few small fixes:
* avoid trying to operate TDLS when not connection,
this is not valid and led to issues
* count TTL-dropped frames in mesh better
* deal with new WiGig channels in regulatory code
* remove a WARN_ON() that can trigger due to benign
races during device/driver registration
* fix nested netlink policy maxattrs (syzkaller)
* fix hwsim n_limits (syzkaller)
* propagate __aligned(2) to a surrounding struct
* return proper error in virt_wifi error path
----------------------------------------------------------------
Balaji Pothunoori (1):
mac80211: don't initiate TDLS connection if station is not associated to AP
Bob Copeland (1):
mac80211: fix miscounting of ttl-dropped frames
Chaitanya Tata (2):
cfg80211: reg: remove warn_on for a normal case
cfg80211: extend range deviation for DMG
Johannes Berg (2):
mac80211_hwsim: check that n_limits makes sense
nl80211: fix NLA_POLICY_NESTED() arguments
Mathieu Malaterre (1):
mac80211: Add attribute aligned(2) to struct 'action'
Wei Yongjun (1):
virt_wifi: fix error return code in virt_wifi_newlink()
drivers/net/wireless/mac80211_hwsim.c | 5 +++++
drivers/net/wireless/virt_wifi.c | 4 +++-
net/mac80211/cfg.c | 4 ++++
net/mac80211/rx.c | 6 ++++--
net/wireless/nl80211.c | 2 +-
net/wireless/reg.c | 13 +++++++++----
6 files changed, 26 insertions(+), 8 deletions(-)
next reply other threads:[~2019-01-25 13:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-25 13:20 Johannes Berg [this message]
2019-01-25 19:00 ` pull-request: mac80211 2019-01-25 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=20190125132041.13375-1-johannes@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=davem@davemloft.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox