All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: mac80211-next 2015-01-19
@ 2015-01-19 18:06 Johannes Berg
  0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2015-01-19 18:06 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-wireless

Hi,

Please excuse the quick succession of pull requests - two issues were
found in the code from the previous one that we'd like to fix quickly,
along with less than a handful of other changes described below.

Thanks,
johannes

The following changes since commit baf1b99ba169bdd3324ac9d99bc2a00c25534429:

  cfg80211: docs: remove station_info_flags (2015-01-14 13:57:36 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-davem-2015-01-19

for you to fetch changes up to c1e140bf79d817d4a7aa9932eb98b0359c87af33:

  mac80211: delete the assoc/auth timer upon suspend (2015-01-19 18:59:20 +0100)

----------------------------------------------------------------
Some further updates for net-next:
 * fix network-manager which was broken by the previous changes
 * fix delete-station events, which were broken by me making the
   genlmsg_end() mistake
 * fix a timer left running during suspend in some race conditions
   that would cause an annoying (but harmless) warning
 * (less important, but in the tree already) remove 80+80 MHz rate
   reporting since the spec doesn't distinguish it from 160 MHz;
   as the bitrate they're both 160 MHz bandwidth

----------------------------------------------------------------
Emmanuel Grumbach (1):
      mac80211: delete the assoc/auth timer upon suspend

Johannes Berg (6):
      mac80211: remove 80+80 MHz rate reporting
      cfg80211: remove 80+80 MHz rate reporting
      cfg80211: change bandwidth reporting to explicit field
      mac80211: remove doubled semicolon
      cfg80211: fix checking nl80211_send_station() return value
      Revert "wireless: Support of IFLA_INFO_KIND rtnl attribute"

 drivers/net/wireless/ath/ath6kl/cfg80211.c |  3 +-
 drivers/net/wireless/mwifiex/cfg80211.c    | 11 ++++----
 include/net/cfg80211.h                     | 35 ++++++++++++++++-------
 include/net/mac80211.h                     |  6 ++--
 include/uapi/linux/nl80211.h               | 11 +++++++-
 net/mac80211/cfg.c                         | 33 +++++++++++++---------
 net/mac80211/mlme.c                        | 12 ++++++++
 net/mac80211/rx.c                          |  5 ----
 net/mac80211/status.c                      |  2 +-
 net/mac80211/util.c                        | 27 +++++++++++-------
 net/wireless/core.c                        |  6 ----
 net/wireless/nl80211.c                     | 45 +++++++++++++++++++-----------
 net/wireless/util.c                        | 25 +++++++++++++----
 13 files changed, 143 insertions(+), 78 deletions(-)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-19 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19 18:06 pull-request: mac80211-next 2015-01-19 Johannes Berg

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.