linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] rtlwifi: Add 8822b 1ant/2ant btcoex files
@ 2018-02-28  3:07 pkshih
  2018-02-28  3:07 ` [PATCH 01/15] rtlwifi: Add modifier static to functions reported by sparse pkshih
                   ` (14 more replies)
  0 siblings, 15 replies; 25+ messages in thread
From: pkshih @ 2018-02-28  3:07 UTC (permalink / raw)
  To: kvalo; +Cc: Larry.Finger, linux-wireless

From: Ping-Ke Shih <pkshih@realtek.com>

This patchset mainly contains 8822b 1ant/2ant btcoex files and related
materials, and patch 1/15 and 2/15 fix the issues reported by static checker.
After this patchset, I will start to submit the new component halmac that
contains many new files, so the patch will be little big.

Ping-Ke Shih (15):
  rtlwifi: Add modifier static to functions reported by sparse
  rtlwifi: remove redundant statement found by static checker
  rtlwifi: btcoex: Add enum DM_INFO for btcoex to query dm's counters
  rtlwifi: btcoex: Add customer_id to do special deal to oem vendor
  rtlwifi: btcoex: Get status of multichannel concurrence
  rtlwifi: btcoex: Add rate table for the use of btcoex
  rtlwifi: btcoex: Add interaction with phydm
  rtlwifi: btcoex: Add pre- and post- normal LPS function
  rtlwifi: btcoex: add assoc type v2 to connection notify
  rtlwifi: btcoex: new definitions introduced by 8822be
  rtlwifi: btcoex: Add new but dummy definitions introduced by 8822b
  rtlwifi: btcoex: Add 8822b 1ant/2ant coex files
  rtlwifi: btcoex: Add 8822b header files to precomp.h
  rtlwifi: btcoex: Add 8822b to Makefile
  rtlwifi: btcoex: Add 8822b routine to btc interfaces

 drivers/net/wireless/realtek/rtlwifi/base.c        |    1 -
 .../wireless/realtek/rtlwifi/btcoexist/Makefile    |    3 +
 .../realtek/rtlwifi/btcoexist/halbt_precomp.h      |    3 +
 .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c    |    1 +
 .../realtek/rtlwifi/btcoexist/halbtc8723b2ant.c    |    6 +-
 .../realtek/rtlwifi/btcoexist/halbtc8821a1ant.c    |   33 -
 .../realtek/rtlwifi/btcoexist/halbtc8821a2ant.c    |    4 +-
 .../realtek/rtlwifi/btcoexist/halbtc8822b1ant.c    | 5327 +++++++++++++++++++
 .../realtek/rtlwifi/btcoexist/halbtc8822b1ant.h    |  413 ++
 .../realtek/rtlwifi/btcoexist/halbtc8822b2ant.c    | 5370 ++++++++++++++++++++
 .../realtek/rtlwifi/btcoexist/halbtc8822b2ant.h    |  434 ++
 .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c       |  186 +-
 .../realtek/rtlwifi/btcoexist/halbtcoutsrc.h       |  122 +
 drivers/net/wireless/realtek/rtlwifi/wifi.h        |   33 +
 14 files changed, 11894 insertions(+), 42 deletions(-)
 create mode 100644 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822b1ant.c
 create mode 100644 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822b1ant.h
 create mode 100644 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822b2ant.c
 create mode 100644 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822b2ant.h

-- 
2.15.1

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

end of thread, other threads:[~2018-03-27 14:17 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28  3:07 [PATCH 00/15] rtlwifi: Add 8822b 1ant/2ant btcoex files pkshih
2018-02-28  3:07 ` [PATCH 01/15] rtlwifi: Add modifier static to functions reported by sparse pkshih
2018-03-02 22:06   ` Larry Finger
2018-02-28  3:07 ` [PATCH 02/15] rtlwifi: remove redundant statement found by static checker pkshih
2018-03-02 22:07   ` Larry Finger
2018-02-28  3:07 ` [PATCH 03/15] rtlwifi: btcoex: Add enum DM_INFO for btcoex to query dm's counters pkshih
2018-03-02 22:19   ` Larry Finger
2018-03-03  5:12     ` Pkshih
2018-02-28  3:07 ` [PATCH 04/15] rtlwifi: btcoex: Add customer_id to do special deal to oem vendor pkshih
2018-03-02 22:12   ` Larry Finger
2018-02-28  3:07 ` [PATCH 05/15] rtlwifi: btcoex: Get status of multichannel concurrence pkshih
2018-03-02 22:20   ` Larry Finger
2018-02-28  3:07 ` [PATCH 06/15] rtlwifi: btcoex: Add rate table for the use of btcoex pkshih
2018-02-28  3:07 ` [PATCH 07/15] rtlwifi: btcoex: Add interaction with phydm pkshih
2018-02-28  3:07 ` [PATCH 08/15] rtlwifi: btcoex: Add pre- and post- normal LPS function pkshih
2018-02-28  3:07 ` [PATCH 09/15] rtlwifi: btcoex: add assoc type v2 to connection notify pkshih
2018-02-28  3:07 ` [PATCH 10/15] rtlwifi: btcoex: new definitions introduced by 8822be pkshih
2018-02-28  3:07 ` [PATCH 11/15] rtlwifi: btcoex: Add new but dummy definitions introduced by 8822b pkshih
2018-02-28  3:07 ` [PATCH 12/15] rtlwifi: btcoex: Add 8822b 1ant/2ant coex files pkshih
2018-03-27  7:32   ` Kalle Valo
2018-03-27  9:32     ` Pkshih
2018-03-27 14:17       ` Kalle Valo
2018-02-28  3:07 ` [PATCH 13/15] rtlwifi: btcoex: Add 8822b header files to precomp.h pkshih
2018-02-28  3:07 ` [PATCH 14/15] rtlwifi: btcoex: Add 8822b to Makefile pkshih
2018-02-28  3:07 ` [PATCH 15/15] rtlwifi: btcoex: Add 8822b routine to btc interfaces pkshih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).