All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org
Subject: Pull request: ath 20140113
Date: Mon, 13 Jan 2014 14:00:28 +0200	[thread overview]
Message-ID: <87fvos3xcz.fsf@kamboji.qca.qualcomm.com> (raw)

Hi John,

here's another ath10k pull request. Major changes are:

Janusz added Kconfig option for DFS. The DFS code was there already, but
after fixes to mac80211 we can now enable it.

Bartosz added a runtime firmware feature flag to disable P2P. Our 10.1
firmware branch doesn't support P2P and ath10k can now disable that. He
also added a limit for how many clients can connect to ath10k AP.

Michal fixed WEP shared authentication, in case someone still uses it.
And I added firmware debug log to help the firmware engineers.

Please let me know if there any problems.

The following changes since commit 39731b78b4afebb7501c05b68e2443a1b250b41c:

  ath9k: simplify/fix tx packet TID handling (2013-12-19 14:41:57 -0500)

are available in the git repository at:

  git://github.com/kvalo/ath.git for-linville

for you to fetch changes up to 51ab1a0a09a894442e8b091d57222c5425b6d700:

  ath10k: add set_bitrate_mask callback (2014-01-10 11:54:49 +0200)

----------------------------------------------------------------
Bartosz Markowski (3):
      ath10k: split the if_limits and if_comb
      ath10k: introduce NO_P2P fw feature flag
      ath10k: track number of existing peers

Janusz Dziedzic (3):
      ath10k: handle TKIP MIC error correctly
      ath10k: add DFS_CERTIFIED option
      ath10k: add set_bitrate_mask callback

Kalle Valo (4):
      Merge remote-tracking branch 'wireless-next/master' into ath-next
      ath10k: handle WMI debug print events
      ath10k: add trace event for WMI_DEBUG_MESG_EVENTID
      ath10k: add debugfs file to control firmware dbglog

Marek Puzyniak (1):
      ath10k: disable STA kickout in FW

Michal Kazior (2):
      ath10k: fix WEP Shared authentication
      ath10k: fix band reporting for mgmt CCK frames on 5GHz

 drivers/net/wireless/ath/ath10k/Kconfig  |    7 +
 drivers/net/wireless/ath/ath10k/core.h   |   11 +
 drivers/net/wireless/ath/ath10k/debug.c  |   66 ++++++
 drivers/net/wireless/ath/ath10k/htt.h    |    1 +
 drivers/net/wireless/ath/ath10k/htt_rx.c |   15 ++
 drivers/net/wireless/ath/ath10k/hw.h     |    1 +
 drivers/net/wireless/ath/ath10k/mac.c    |  374 ++++++++++++++++++++++++++++--
 drivers/net/wireless/ath/ath10k/trace.h  |   21 ++
 drivers/net/wireless/ath/ath10k/txrx.c   |    2 +-
 drivers/net/wireless/ath/ath10k/wmi.c    |  106 ++++++++-
 drivers/net/wireless/ath/ath10k/wmi.h    |   61 +++++
 11 files changed, 642 insertions(+), 23 deletions(-)

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: <linux-wireless@vger.kernel.org>, <ath10k@lists.infradead.org>
Subject: Pull request: ath 20140113
Date: Mon, 13 Jan 2014 14:00:28 +0200	[thread overview]
Message-ID: <87fvos3xcz.fsf@kamboji.qca.qualcomm.com> (raw)

Hi John,

here's another ath10k pull request. Major changes are:

Janusz added Kconfig option for DFS. The DFS code was there already, but
after fixes to mac80211 we can now enable it.

Bartosz added a runtime firmware feature flag to disable P2P. Our 10.1
firmware branch doesn't support P2P and ath10k can now disable that. He
also added a limit for how many clients can connect to ath10k AP.

Michal fixed WEP shared authentication, in case someone still uses it.
And I added firmware debug log to help the firmware engineers.

Please let me know if there any problems.

The following changes since commit 39731b78b4afebb7501c05b68e2443a1b250b41c:

  ath9k: simplify/fix tx packet TID handling (2013-12-19 14:41:57 -0500)

are available in the git repository at:

  git://github.com/kvalo/ath.git for-linville

for you to fetch changes up to 51ab1a0a09a894442e8b091d57222c5425b6d700:

  ath10k: add set_bitrate_mask callback (2014-01-10 11:54:49 +0200)

----------------------------------------------------------------
Bartosz Markowski (3):
      ath10k: split the if_limits and if_comb
      ath10k: introduce NO_P2P fw feature flag
      ath10k: track number of existing peers

Janusz Dziedzic (3):
      ath10k: handle TKIP MIC error correctly
      ath10k: add DFS_CERTIFIED option
      ath10k: add set_bitrate_mask callback

Kalle Valo (4):
      Merge remote-tracking branch 'wireless-next/master' into ath-next
      ath10k: handle WMI debug print events
      ath10k: add trace event for WMI_DEBUG_MESG_EVENTID
      ath10k: add debugfs file to control firmware dbglog

Marek Puzyniak (1):
      ath10k: disable STA kickout in FW

Michal Kazior (2):
      ath10k: fix WEP Shared authentication
      ath10k: fix band reporting for mgmt CCK frames on 5GHz

 drivers/net/wireless/ath/ath10k/Kconfig  |    7 +
 drivers/net/wireless/ath/ath10k/core.h   |   11 +
 drivers/net/wireless/ath/ath10k/debug.c  |   66 ++++++
 drivers/net/wireless/ath/ath10k/htt.h    |    1 +
 drivers/net/wireless/ath/ath10k/htt_rx.c |   15 ++
 drivers/net/wireless/ath/ath10k/hw.h     |    1 +
 drivers/net/wireless/ath/ath10k/mac.c    |  374 ++++++++++++++++++++++++++++--
 drivers/net/wireless/ath/ath10k/trace.h  |   21 ++
 drivers/net/wireless/ath/ath10k/txrx.c   |    2 +-
 drivers/net/wireless/ath/ath10k/wmi.c    |  106 ++++++++-
 drivers/net/wireless/ath/ath10k/wmi.h    |   61 +++++
 11 files changed, 642 insertions(+), 23 deletions(-)

-- 
Kalle Valo

             reply	other threads:[~2014-01-13 12:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-13 12:00 Kalle Valo [this message]
2014-01-13 12:00 ` Pull request: ath 20140113 Kalle Valo
2014-01-13 19:40 ` John W. Linville
2014-01-13 19:40   ` 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=87fvos3xcz.fsf@kamboji.qca.qualcomm.com \
    --to=kvalo@qca.qualcomm.com \
    --cc=ath10k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /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.