linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] mwl8k: Adding support for simultaneous AP-STA functionality
@ 2013-01-25 10:48 Yogesh Ashok Powar
  0 siblings, 0 replies; 6+ messages in thread
From: Yogesh Ashok Powar @ 2013-01-25 10:48 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Lennert Buytenhek, Nishant Sarmukadam

Adding support for simultaneous AP-STA functionality.
This is preparation for enabling 4-address mode for AP
and client mode. For details about 4-address mode
please refer
http://wireless.kernel.org/en/users/Documentation/iw?highlight=%28WDS%29#Using_4-address_for_AP_and_client_mode


Yogesh Ashok Powar (7):
  mwl8k: Announce simultaneous AP-STA support on AP fw
  mwl8k: Allow adding station interface on AP firmware
  mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENT
  mwl8k: Enable hw encryption for STA mode on AP fw
  mwl8k: Add/Del self entry for AP interface only
  mwl8k: Choose interface specific calls on vif type
  mwl8k: Do not call STA specific cmds not supported by the AP fw

 drivers/net/wireless/mwl8k.c | 66 ++++++++++++++++++++++++++++++++------------
 1 file changed, 48 insertions(+), 18 deletions(-)

-- 
1.8.0.3


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

* [PATCH 0/7] mwl8k: Adding support for simultaneous AP-STA functionality
@ 2013-01-25 10:48 Yogesh Ashok Powar
  0 siblings, 0 replies; 6+ messages in thread
From: Yogesh Ashok Powar @ 2013-01-25 10:48 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Lennert Buytenhek, Nishant Sarmukadam

Adding support for simultaneous AP-STA functionality.
This is preparation for enabling 4-address mode for AP
and client mode. For details about 4-address mode
please refer
http://wireless.kernel.org/en/users/Documentation/iw?highlight=%28WDS%29#Using_4-address_for_AP_and_client_mode


Yogesh Ashok Powar (7):
  mwl8k: Announce simultaneous AP-STA support on AP fw
  mwl8k: Allow adding station interface on AP firmware
  mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENT
  mwl8k: Enable hw encryption for STA mode on AP fw
  mwl8k: Add/Del self entry for AP interface only
  mwl8k: Choose interface specific calls on vif type
  mwl8k: Do not call STA specific cmds not supported by the AP fw

 drivers/net/wireless/mwl8k.c | 66 ++++++++++++++++++++++++++++++++------------
 1 file changed, 48 insertions(+), 18 deletions(-)

-- 
1.8.0.3


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

* [PATCH 0/7] mwl8k: Adding support for simultaneous AP-STA functionality
@ 2013-01-25 10:48 Yogesh Ashok Powar
  0 siblings, 0 replies; 6+ messages in thread
From: Yogesh Ashok Powar @ 2013-01-25 10:48 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Lennert Buytenhek, Nishant Sarmukadam

Adding support for simultaneous AP-STA functionality.
This is preparation for enabling 4-address mode for AP
and client mode. For details about 4-address mode
please refer
http://wireless.kernel.org/en/users/Documentation/iw?highlight=%28WDS%29#Using_4-address_for_AP_and_client_mode


Yogesh Ashok Powar (7):
  mwl8k: Announce simultaneous AP-STA support on AP fw
  mwl8k: Allow adding station interface on AP firmware
  mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENT
  mwl8k: Enable hw encryption for STA mode on AP fw
  mwl8k: Add/Del self entry for AP interface only
  mwl8k: Choose interface specific calls on vif type
  mwl8k: Do not call STA specific cmds not supported by the AP fw

 drivers/net/wireless/mwl8k.c | 66 ++++++++++++++++++++++++++++++++------------
 1 file changed, 48 insertions(+), 18 deletions(-)

-- 
1.8.0.3


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

* [PATCH 0/7] mwl8k: Adding support for simultaneous AP-STA functionality
@ 2013-01-25 10:48 Yogesh Ashok Powar
  0 siblings, 0 replies; 6+ messages in thread
From: Yogesh Ashok Powar @ 2013-01-25 10:48 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Lennert Buytenhek, Nishant Sarmukadam

Adding support for simultaneous AP-STA functionality.
This is preparation for enabling 4-address mode for AP
and client mode. For details about 4-address mode
please refer
http://wireless.kernel.org/en/users/Documentation/iw?highlight=%28WDS%29#Using_4-address_for_AP_and_client_mode


Yogesh Ashok Powar (7):
  mwl8k: Announce simultaneous AP-STA support on AP fw
  mwl8k: Allow adding station interface on AP firmware
  mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENT
  mwl8k: Enable hw encryption for STA mode on AP fw
  mwl8k: Add/Del self entry for AP interface only
  mwl8k: Choose interface specific calls on vif type
  mwl8k: Do not call STA specific cmds not supported by the AP fw

 drivers/net/wireless/mwl8k.c | 66 ++++++++++++++++++++++++++++++++------------
 1 file changed, 48 insertions(+), 18 deletions(-)

-- 
1.8.0.3


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

* [PATCH 0/7] mwl8k: Adding support for simultaneous AP-STA functionality
@ 2013-01-25 10:48 Yogesh Ashok Powar
  0 siblings, 0 replies; 6+ messages in thread
From: Yogesh Ashok Powar @ 2013-01-25 10:48 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Lennert Buytenhek, Nishant Sarmukadam

Adding support for simultaneous AP-STA functionality.
This is preparation for enabling 4-address mode for AP
and client mode. For details about 4-address mode
please refer
http://wireless.kernel.org/en/users/Documentation/iw?highlight=%28WDS%29#Using_4-address_for_AP_and_client_mode


Yogesh Ashok Powar (7):
  mwl8k: Announce simultaneous AP-STA support on AP fw
  mwl8k: Allow adding station interface on AP firmware
  mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENT
  mwl8k: Enable hw encryption for STA mode on AP fw
  mwl8k: Add/Del self entry for AP interface only
  mwl8k: Choose interface specific calls on vif type
  mwl8k: Do not call STA specific cmds not supported by the AP fw

 drivers/net/wireless/mwl8k.c | 66 ++++++++++++++++++++++++++++++++------------
 1 file changed, 48 insertions(+), 18 deletions(-)

-- 
1.8.0.3


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

* [PATCH 0/7] mwl8k: Adding support for simultaneous AP-STA functionality
@ 2013-01-25 10:49 Yogesh Ashok Powar
  0 siblings, 0 replies; 6+ messages in thread
From: Yogesh Ashok Powar @ 2013-01-25 10:49 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Lennert Buytenhek, Nishant Sarmukadam

Adding support for simultaneous AP-STA functionality.
This is preparation for enabling 4-address mode for AP
and client mode. For details about 4-address mode
please refer
http://wireless.kernel.org/en/users/Documentation/iw?highlight=%28WDS%29#Using_4-address_for_AP_and_client_mode


Yogesh Ashok Powar (7):
  mwl8k: Announce simultaneous AP-STA support on AP fw
  mwl8k: Allow adding station interface on AP firmware
  mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENT
  mwl8k: Enable hw encryption for STA mode on AP fw
  mwl8k: Add/Del self entry for AP interface only
  mwl8k: Choose interface specific calls on vif type
  mwl8k: Do not call STA specific cmds not supported by the AP fw

 drivers/net/wireless/mwl8k.c | 66 ++++++++++++++++++++++++++++++++------------
 1 file changed, 48 insertions(+), 18 deletions(-)

-- 
1.8.0.3


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

end of thread, other threads:[~2013-01-25 10:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 10:48 [PATCH 0/7] mwl8k: Adding support for simultaneous AP-STA functionality Yogesh Ashok Powar
  -- strict thread matches above, loose matches on Subject: below --
2013-01-25 10:49 Yogesh Ashok Powar
2013-01-25 10:48 Yogesh Ashok Powar
2013-01-25 10:48 Yogesh Ashok Powar
2013-01-25 10:48 Yogesh Ashok Powar
2013-01-25 10:48 Yogesh Ashok Powar

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