Re: [PATCH v2 00/10] rtlwifi: add more materials for 8822be

2018-02-12 Thread Kalle Valo
Pkshih  writes:

> On Mon, 2018-01-29 at 11:26 +0800, pks...@realtek.com wrote:
>> From: Ping-Ke Shih 
>> 
>> I continue to submit more materials needed by 8822be. A special patch is
>> "PATCH 10/10" that add new files to support 8822be btcoex in case wifi
>> only. In my plan, 8822be btcoex for combo card will be sumitted in next
>> patchset.
>> 
>> v2: Add 'Acked-by: Larry Finger' if the commits are acked
>> Use 'switch...case' to replace verbose 'if...else if...else if...else'
>> Use extern declaration to quiet sparse warnings
>> 
>> Ping-Ke Shih (10):
>>   rtlwifi: enable mac80211 fast-tx support
>>   rtlwifi: Add Support VHT to spec_ver
>>   rtlwifi: Use 6 bits as sequence number of TX report
>>   rtlwifi: Extend tx_power_by_rate_offset size for newer IC
>>   rtlwifi: Add rate section and its related definition and comment
>>   rtlwifi: Fix VHT NSS in RC
>>   rtlwifi: add definition radio_mask for RF and maximum bandwidth
>>   rtlwifi: add efuse ops for other components
>>   rtlwifi: btcoex: add routine to set default port id
>>   rtlwifi: btcoex: Add 8822be btcoex supported files for wifi only

[...]

> Do you have any comment with this patchset that is pending for 2 weeks?

Normally I don't review or apply patches during when the merge window is
open, only exception being important fixes going to wireless-drivers
tree.

Also read this: 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches#checking_state_of_patches_from_patchwork

-- 
Kalle Valo


Re: [PATCH v2 00/10] rtlwifi: add more materials for 8822be

2018-02-09 Thread Pkshih
On Mon, 2018-01-29 at 11:26 +0800, pks...@realtek.com wrote:
> From: Ping-Ke Shih 
> 
> I continue to submit more materials needed by 8822be. A special patch is
> "PATCH 10/10" that add new files to support 8822be btcoex in case wifi
> only. In my plan, 8822be btcoex for combo card will be sumitted in next
> patchset.
> 
> v2: Add 'Acked-by: Larry Finger' if the commits are acked
> Use 'switch...case' to replace verbose 'if...else if...else if...else'
> Use extern declaration to quiet sparse warnings
> 
> Ping-Ke Shih (10):
>   rtlwifi: enable mac80211 fast-tx support
>   rtlwifi: Add Support VHT to spec_ver
>   rtlwifi: Use 6 bits as sequence number of TX report
>   rtlwifi: Extend tx_power_by_rate_offset size for newer IC
>   rtlwifi: Add rate section and its related definition and comment
>   rtlwifi: Fix VHT NSS in RC
>   rtlwifi: add definition radio_mask for RF and maximum bandwidth
>   rtlwifi: add efuse ops for other components
>   rtlwifi: btcoex: add routine to set default port id
>   rtlwifi: btcoex: Add 8822be btcoex supported files for wifi only
> 
>  drivers/net/wireless/realtek/rtlwifi/base.c| 34 ++---
>  .../rtlwifi/btcoexist/halbtc8822bwifionly.c| 55 
> ++
>  .../rtlwifi/btcoexist/halbtc8822bwifionly.h| 25 ++
>  .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c   | 22 +
>  drivers/net/wireless/realtek/rtlwifi/efuse.c   | 13 +
>  drivers/net/wireless/realtek/rtlwifi/efuse.h   |  2 +-
>  drivers/net/wireless/realtek/rtlwifi/pci.c |  1 +
>  drivers/net/wireless/realtek/rtlwifi/rc.c  | 49 +++
>  .../net/wireless/realtek/rtlwifi/rtl8821ae/sw.c|  1 +
>  drivers/net/wireless/realtek/rtlwifi/wifi.h| 39 +--
>  10 files changed, 221 insertions(+), 20 deletions(-)
>  create mode 100644 
> drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822bwifionly.c
>  create mode 100644 
> drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822bwifionly.h
> 

Hi Kalle,

Do you have any comment with this patchset that is pending for 2 weeks?

Thank you
PK


[PATCH v2 00/10] rtlwifi: add more materials for 8822be

2018-01-28 Thread pkshih
From: Ping-Ke Shih 

I continue to submit more materials needed by 8822be. A special patch is
"PATCH 10/10" that add new files to support 8822be btcoex in case wifi
only. In my plan, 8822be btcoex for combo card will be sumitted in next
patchset.

v2: Add 'Acked-by: Larry Finger' if the commits are acked
Use 'switch...case' to replace verbose 'if...else if...else if...else'
Use extern declaration to quiet sparse warnings

Ping-Ke Shih (10):
  rtlwifi: enable mac80211 fast-tx support
  rtlwifi: Add Support VHT to spec_ver
  rtlwifi: Use 6 bits as sequence number of TX report
  rtlwifi: Extend tx_power_by_rate_offset size for newer IC
  rtlwifi: Add rate section and its related definition and comment
  rtlwifi: Fix VHT NSS in RC
  rtlwifi: add definition radio_mask for RF and maximum bandwidth
  rtlwifi: add efuse ops for other components
  rtlwifi: btcoex: add routine to set default port id
  rtlwifi: btcoex: Add 8822be btcoex supported files for wifi only

 drivers/net/wireless/realtek/rtlwifi/base.c| 34 ++---
 .../rtlwifi/btcoexist/halbtc8822bwifionly.c| 55 ++
 .../rtlwifi/btcoexist/halbtc8822bwifionly.h| 25 ++
 .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c   | 22 +
 drivers/net/wireless/realtek/rtlwifi/efuse.c   | 13 +
 drivers/net/wireless/realtek/rtlwifi/efuse.h   |  2 +-
 drivers/net/wireless/realtek/rtlwifi/pci.c |  1 +
 drivers/net/wireless/realtek/rtlwifi/rc.c  | 49 +++
 .../net/wireless/realtek/rtlwifi/rtl8821ae/sw.c|  1 +
 drivers/net/wireless/realtek/rtlwifi/wifi.h| 39 +--
 10 files changed, 221 insertions(+), 20 deletions(-)
 create mode 100644 
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822bwifionly.c
 create mode 100644 
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8822bwifionly.h

-- 
2.15.1