linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] Fixes, adding support for 5GHz, bgscan and 40MHz.
@ 2014-06-14 13:48 Jahnavi Meher
  2014-06-15  8:18 ` Arend van Spriel
  0 siblings, 1 reply; 4+ messages in thread
From: Jahnavi Meher @ 2014-06-14 13:48 UTC (permalink / raw)
  To: linux-wireless

This series of patches contains fixes, adds support for
5GHz and bgscan and 40MHz.

Jahnavi Meher (16):
  rsi: Mapping the debugfs stats to the correct s/w queues.
  rsi: Fixed the kernel doc
  rsi: Using band from rsi_common to fill in ieee80211_rx_status
  rsi: Add macros for endpoints and set default value of endpoint.
  rsi: Changed the radio caps frame.
  rsi: Changed the rsi_set_channel() and rsi_program_bb_rf().
  rsi: Changed rate handling.
  rsi: Lower level debug messages and changed handling of confirm    
    received for rsi_program_bb_rf().
  rsi: Use SGI if configured for fixed rate transmission.
  rsi: Changed the SDIO interrupt variables and some clean up.
  rsi: Changed the logic of dequeuing packets from hal queues.
  rsi: Added debug messages.
  rsi: Sending QoS null packet via the mgmt queue.
  rsi: Adding support for 5GHz
  rsi: Adding support for host based bgscan.
  rsi: Changes for 40MHz

 drivers/net/wireless/rsi/rsi_91x_core.c     |   85 +++++++---
 drivers/net/wireless/rsi/rsi_91x_debugfs.c  |   10 +-
 drivers/net/wireless/rsi/rsi_91x_mac80211.c |  143 ++++++++++++++---
 drivers/net/wireless/rsi/rsi_91x_mgmt.c     |  236 +++++++++++++++++++--------
 drivers/net/wireless/rsi/rsi_91x_pkt.c      |   17 ++
 drivers/net/wireless/rsi/rsi_91x_sdio_ops.c |    8 +-
 drivers/net/wireless/rsi/rsi_main.h         |   12 ++
 drivers/net/wireless/rsi/rsi_mgmt.h         |   25 +++-
 drivers/net/wireless/rsi/rsi_sdio.h         |    8 +-
 9 files changed, 416 insertions(+), 128 deletions(-)


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

* Re: [PATCH 00/16] Fixes, adding support for 5GHz, bgscan and 40MHz.
  2014-06-14 13:48 [PATCH 00/16] Fixes, adding support for 5GHz, bgscan and 40MHz Jahnavi Meher
@ 2014-06-15  8:18 ` Arend van Spriel
  2014-06-16 10:38   ` Jahnavi Meher
  0 siblings, 1 reply; 4+ messages in thread
From: Arend van Spriel @ 2014-06-15  8:18 UTC (permalink / raw)
  To: Jahnavi Meher, linux-wireless

On 14-06-14 15:48, Jahnavi Meher wrote:
> This series of patches contains fixes, adds support for
> 5GHz and bgscan and 40MHz.

Thanks for splitting up this series. It would be good to version the 
series, ie. [PATCH v2 xx/16] and indicate this replaces the previous 
patch series referring to the Message-ID. In this case

Message-ID: <1402670579-8818-1-git-send-email-jahnavi.meher@gmail.com>

Regards,
Arend

> Jahnavi Meher (16):
>    rsi: Mapping the debugfs stats to the correct s/w queues.
>    rsi: Fixed the kernel doc
>    rsi: Using band from rsi_common to fill in ieee80211_rx_status
>    rsi: Add macros for endpoints and set default value of endpoint.
>    rsi: Changed the radio caps frame.
>    rsi: Changed the rsi_set_channel() and rsi_program_bb_rf().
>    rsi: Changed rate handling.
>    rsi: Lower level debug messages and changed handling of confirm
>      received for rsi_program_bb_rf().
>    rsi: Use SGI if configured for fixed rate transmission.
>    rsi: Changed the SDIO interrupt variables and some clean up.
>    rsi: Changed the logic of dequeuing packets from hal queues.
>    rsi: Added debug messages.
>    rsi: Sending QoS null packet via the mgmt queue.
>    rsi: Adding support for 5GHz
>    rsi: Adding support for host based bgscan.
>    rsi: Changes for 40MHz
>
>   drivers/net/wireless/rsi/rsi_91x_core.c     |   85 +++++++---
>   drivers/net/wireless/rsi/rsi_91x_debugfs.c  |   10 +-
>   drivers/net/wireless/rsi/rsi_91x_mac80211.c |  143 ++++++++++++++---
>   drivers/net/wireless/rsi/rsi_91x_mgmt.c     |  236 +++++++++++++++++++--------
>   drivers/net/wireless/rsi/rsi_91x_pkt.c      |   17 ++
>   drivers/net/wireless/rsi/rsi_91x_sdio_ops.c |    8 +-
>   drivers/net/wireless/rsi/rsi_main.h         |   12 ++
>   drivers/net/wireless/rsi/rsi_mgmt.h         |   25 +++-
>   drivers/net/wireless/rsi/rsi_sdio.h         |    8 +-
>   9 files changed, 416 insertions(+), 128 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


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

* Re: [PATCH 00/16] Fixes, adding support for 5GHz, bgscan and 40MHz.
  2014-06-15  8:18 ` Arend van Spriel
@ 2014-06-16 10:38   ` Jahnavi Meher
  2014-06-16 13:08     ` Arend van Spriel
  0 siblings, 1 reply; 4+ messages in thread
From: Jahnavi Meher @ 2014-06-16 10:38 UTC (permalink / raw)
  To: Arend van Spriel; +Cc: linux-wireless

On Sun, Jun 15, 2014 at 1:48 PM, Arend van Spriel <arend@broadcom.com> wrote:
>
> On 14-06-14 15:48, Jahnavi Meher wrote:
>>
>> This series of patches contains fixes, adds support for
>> 5GHz and bgscan and 40MHz.
>
>
> Thanks for splitting up this series. It would be good to version the series, ie. [PATCH v2 xx/16] and indicate this replaces the previous patch series referring to the Message-ID. In this case
>
> Message-ID: <1402670579-8818-1-git-send-email-jahnavi.meher@gmail.com>
>
> Regards,
> Arend

How can I indicate that this patch series is referring to a particular
Message-ID? Should I specify it
in the "Message-ID to be used as In-Reply-To for the first email?"
field that appears while sending out
a mail via git? I have just started using git and am not sure if this
was what you meant.
>
>
>> Jahnavi Meher (16):
>>    rsi: Mapping the debugfs stats to the correct s/w queues.
>>    rsi: Fixed the kernel doc
>>    rsi: Using band from rsi_common to fill in ieee80211_rx_status
>>    rsi: Add macros for endpoints and set default value of endpoint.
>>    rsi: Changed the radio caps frame.
>>    rsi: Changed the rsi_set_channel() and rsi_program_bb_rf().
>>    rsi: Changed rate handling.
>>    rsi: Lower level debug messages and changed handling of confirm
>>      received for rsi_program_bb_rf().
>>    rsi: Use SGI if configured for fixed rate transmission.
>>    rsi: Changed the SDIO interrupt variables and some clean up.
>>    rsi: Changed the logic of dequeuing packets from hal queues.
>>    rsi: Added debug messages.
>>    rsi: Sending QoS null packet via the mgmt queue.
>>    rsi: Adding support for 5GHz
>>    rsi: Adding support for host based bgscan.
>>    rsi: Changes for 40MHz
>>
>>   drivers/net/wireless/rsi/rsi_91x_core.c     |   85 +++++++---
>>   drivers/net/wireless/rsi/rsi_91x_debugfs.c  |   10 +-
>>   drivers/net/wireless/rsi/rsi_91x_mac80211.c |  143 ++++++++++++++---
>>   drivers/net/wireless/rsi/rsi_91x_mgmt.c     |  236 +++++++++++++++++++--------
>>   drivers/net/wireless/rsi/rsi_91x_pkt.c      |   17 ++
>>   drivers/net/wireless/rsi/rsi_91x_sdio_ops.c |    8 +-
>>   drivers/net/wireless/rsi/rsi_main.h         |   12 ++
>>   drivers/net/wireless/rsi/rsi_mgmt.h         |   25 +++-
>>   drivers/net/wireless/rsi/rsi_sdio.h         |    8 +-
>>   9 files changed, 416 insertions(+), 128 deletions(-)
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>



-- 
Regards,
Jahnavi Meher

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

* Re: [PATCH 00/16] Fixes, adding support for 5GHz, bgscan and 40MHz.
  2014-06-16 10:38   ` Jahnavi Meher
@ 2014-06-16 13:08     ` Arend van Spriel
  0 siblings, 0 replies; 4+ messages in thread
From: Arend van Spriel @ 2014-06-16 13:08 UTC (permalink / raw)
  To: Jahnavi Meher; +Cc: linux-wireless

On 16-06-14 12:38, Jahnavi Meher wrote:
> On Sun, Jun 15, 2014 at 1:48 PM, Arend van Spriel <arend@broadcom.com> wrote:
>>
>> On 14-06-14 15:48, Jahnavi Meher wrote:
>>>
>>> This series of patches contains fixes, adds support for
>>> 5GHz and bgscan and 40MHz.
>>
>>
>> Thanks for splitting up this series. It would be good to version the series, ie. [PATCH v2 xx/16] and indicate this replaces the previous patch series referring to the Message-ID. In this case
>>
>> Message-ID: <1402670579-8818-1-git-send-email-jahnavi.meher@gmail.com>
>>
>> Regards,
>> Arend
>
> How can I indicate that this patch series is referring to a particular
> Message-ID? Should I specify it
> in the "Message-ID to be used as In-Reply-To for the first email?"
> field that appears while sending out
> a mail via git? I have just started using git and am not sure if this
> was what you meant.

I meant to add a paragraph to the cover-letter stating "This series 
replaces the previous series with Message-ID: 
<123456789-5679-some-message-id@somemailer.com>" so John can clean his 
patch queue. Using the git In-Reply-To can also be useful as it will 
group the patch series together in online archives.

Regards,
Arend

>>
>>
>>> Jahnavi Meher (16):
>>>     rsi: Mapping the debugfs stats to the correct s/w queues.
>>>     rsi: Fixed the kernel doc
>>>     rsi: Using band from rsi_common to fill in ieee80211_rx_status
>>>     rsi: Add macros for endpoints and set default value of endpoint.
>>>     rsi: Changed the radio caps frame.
>>>     rsi: Changed the rsi_set_channel() and rsi_program_bb_rf().
>>>     rsi: Changed rate handling.
>>>     rsi: Lower level debug messages and changed handling of confirm
>>>       received for rsi_program_bb_rf().
>>>     rsi: Use SGI if configured for fixed rate transmission.
>>>     rsi: Changed the SDIO interrupt variables and some clean up.
>>>     rsi: Changed the logic of dequeuing packets from hal queues.
>>>     rsi: Added debug messages.
>>>     rsi: Sending QoS null packet via the mgmt queue.
>>>     rsi: Adding support for 5GHz
>>>     rsi: Adding support for host based bgscan.
>>>     rsi: Changes for 40MHz
>>>
>>>    drivers/net/wireless/rsi/rsi_91x_core.c     |   85 +++++++---
>>>    drivers/net/wireless/rsi/rsi_91x_debugfs.c  |   10 +-
>>>    drivers/net/wireless/rsi/rsi_91x_mac80211.c |  143 ++++++++++++++---
>>>    drivers/net/wireless/rsi/rsi_91x_mgmt.c     |  236 +++++++++++++++++++--------
>>>    drivers/net/wireless/rsi/rsi_91x_pkt.c      |   17 ++
>>>    drivers/net/wireless/rsi/rsi_91x_sdio_ops.c |    8 +-
>>>    drivers/net/wireless/rsi/rsi_main.h         |   12 ++
>>>    drivers/net/wireless/rsi/rsi_mgmt.h         |   25 +++-
>>>    drivers/net/wireless/rsi/rsi_sdio.h         |    8 +-
>>>    9 files changed, 416 insertions(+), 128 deletions(-)
>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>
>
>
>


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

end of thread, other threads:[~2014-06-16 13:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-14 13:48 [PATCH 00/16] Fixes, adding support for 5GHz, bgscan and 40MHz Jahnavi Meher
2014-06-15  8:18 ` Arend van Spriel
2014-06-16 10:38   ` Jahnavi Meher
2014-06-16 13:08     ` Arend van Spriel

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).