linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Fixes, changes for 40MHz and adding support for 5GHz and bgscan.
@ 2014-06-13 14:42 Jahnavi Meher
  2014-06-13 15:46 ` John W. Linville
  2014-06-13 15:54 ` Dan Williams
  0 siblings, 2 replies; 3+ messages in thread
From: Jahnavi Meher @ 2014-06-13 14:42 UTC (permalink / raw)
  To: linux-wireless

This series of patches contains some fixes, adds support for
5GHz and bgscan and contains changes required for 40MHz. Also
the logic related to dequeuing of packets from hal has been
changed.

Jahnavi Meher (5):
  Fixes and clean up of code
  Change the logic for dequeuing packets in hal.
  Adding support for 5GHz.
  Adding support for host based bgscan
  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     |  237 +++++++++++++++++++--------
 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(+), 129 deletions(-)


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

* Re: [PATCH 0/5] Fixes, changes for 40MHz and adding support for 5GHz and bgscan.
  2014-06-13 14:42 [PATCH 0/5] Fixes, changes for 40MHz and adding support for 5GHz and bgscan Jahnavi Meher
@ 2014-06-13 15:46 ` John W. Linville
  2014-06-13 15:54 ` Dan Williams
  1 sibling, 0 replies; 3+ messages in thread
From: John W. Linville @ 2014-06-13 15:46 UTC (permalink / raw)
  To: Jahnavi Meher; +Cc: linux-wireless

Your subject lines should be prefixed with the driver (or subcomponent) name...

rsi: fixes and clean up of code
rsi: change the logic for dequeuing packets in hal.
rsi: adding support for 5GHz.
rsi: adding support for host based bgscan
rsi: changes for 40MHz

On Fri, Jun 13, 2014 at 08:12:59PM +0530, Jahnavi Meher wrote:
> This series of patches contains some fixes, adds support for
> 5GHz and bgscan and contains changes required for 40MHz. Also
> the logic related to dequeuing of packets from hal has been
> changed.
> 
> Jahnavi Meher (5):
>   Fixes and clean up of code
>   Change the logic for dequeuing packets in hal.
>   Adding support for 5GHz.
>   Adding support for host based bgscan
>   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     |  237 +++++++++++++++++++--------
>  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(+), 129 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
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

* Re: [PATCH 0/5] Fixes, changes for 40MHz and adding support for 5GHz and bgscan.
  2014-06-13 14:42 [PATCH 0/5] Fixes, changes for 40MHz and adding support for 5GHz and bgscan Jahnavi Meher
  2014-06-13 15:46 ` John W. Linville
@ 2014-06-13 15:54 ` Dan Williams
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Williams @ 2014-06-13 15:54 UTC (permalink / raw)
  To: Jahnavi Meher; +Cc: linux-wireless

On Fri, 2014-06-13 at 20:12 +0530, Jahnavi Meher wrote:
> This series of patches contains some fixes, adds support for
> 5GHz and bgscan and contains changes required for 40MHz. Also
> the logic related to dequeuing of packets from hal has been
> changed.

No comment yet on the patches themselves, but you probably want to
prefix the mails (and git commits) with "rsi: <rest of message>".
Probably just forgot this time since the last version of this patchset
had the right prefix :)

dan

> Jahnavi Meher (5):
>   Fixes and clean up of code
>   Change the logic for dequeuing packets in hal.
>   Adding support for 5GHz.
>   Adding support for host based bgscan
>   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     |  237 +++++++++++++++++++--------
>  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(+), 129 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13 14:42 [PATCH 0/5] Fixes, changes for 40MHz and adding support for 5GHz and bgscan Jahnavi Meher
2014-06-13 15:46 ` John W. Linville
2014-06-13 15:54 ` Dan Williams

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