Linux wireless drivers development
 help / color / mirror / Atom feed
* ssid
@ 2009-12-07  6:21 Bharat Bhushan
  2009-12-07  7:07 ` ssid Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Bharat Bhushan @ 2009-12-07  6:21 UTC (permalink / raw)
  To: linux-wireless

hello gentlemen,

                         i am trying to implement an open source mac
base driver with kernel base version 2.6.29, for association
completion my hardware requires an api with ssid to be sent. but i
could not find any api from mac80211.h which contain ssid element
except hw_scan which i cannot use as ssid should be sent before
association ,few days back i implement the same driver with kernel
version 2.6.27 and i use to get ssid in ieee80211_if_conf structure in
config_interface api but now this is deprecated , any particular
reason why this change happen, is there any other way i can get ssid
through any interface.



Any help is much appreciated.


Thanks

bharat

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

* Re: ssid
  2009-12-07  6:21 ssid Bharat Bhushan
@ 2009-12-07  7:07 ` Johannes Berg
  2009-12-08  4:25   ` ssid Bharat Bhushan
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2009-12-07  7:07 UTC (permalink / raw)
  To: Bharat Bhushan; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 1554 bytes --]

Hi,

This change happened because no driver required the SSID, and many
drivers were using it incorrectly. I'd be happy to add it back for an
in-kernel driver where I can see that it is needed, but _very_ reluctant
to do it for a driver I've never seen. So please add it back in a patch
that you use for development, finish your driver, and then when it comes
time to post your driver upstream you can also post the relevant
mac80211 patch. Oh also please don't develop against 2.6.29, it is
_ancient_.

johannes

On Mon, 2009-12-07 at 11:51 +0530, Bharat Bhushan wrote:
> hello gentlemen,
> 
>                          i am trying to implement an open source mac
> base driver with kernel base version 2.6.29, for association
> completion my hardware requires an api with ssid to be sent. but i
> could not find any api from mac80211.h which contain ssid element
> except hw_scan which i cannot use as ssid should be sent before
> association ,few days back i implement the same driver with kernel
> version 2.6.27 and i use to get ssid in ieee80211_if_conf structure in
> config_interface api but now this is deprecated , any particular
> reason why this change happen, is there any other way i can get ssid
> through any interface.
> 
> 
> 
> Any help is much appreciated.
> 
> 
> Thanks
> 
> bharat
> --
> 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
> 


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: ssid
  2009-12-07  7:07 ` ssid Johannes Berg
@ 2009-12-08  4:25   ` Bharat Bhushan
  0 siblings, 0 replies; 3+ messages in thread
From: Bharat Bhushan @ 2009-12-08  4:25 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

thank you sir ,i will discuss this with my colleagues here and will
send accross patch.

bharat

On Mon, Dec 7, 2009 at 12:37 PM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> Hi,
>
> This change happened because no driver required the SSID, and many
> drivers were using it incorrectly. I'd be happy to add it back for an
> in-kernel driver where I can see that it is needed, but _very_ reluctant
> to do it for a driver I've never seen. So please add it back in a patch
> that you use for development, finish your driver, and then when it comes
> time to post your driver upstream you can also post the relevant
> mac80211 patch. Oh also please don't develop against 2.6.29, it is
> _ancient_.
>
> johannes
>
> On Mon, 2009-12-07 at 11:51 +0530, Bharat Bhushan wrote:
>> hello gentlemen,
>>
>>                          i am trying to implement an open source mac
>> base driver with kernel base version 2.6.29, for association
>> completion my hardware requires an api with ssid to be sent. but i
>> could not find any api from mac80211.h which contain ssid element
>> except hw_scan which i cannot use as ssid should be sent before
>> association ,few days back i implement the same driver with kernel
>> version 2.6.27 and i use to get ssid in ieee80211_if_conf structure in
>> config_interface api but now this is deprecated , any particular
>> reason why this change happen, is there any other way i can get ssid
>> through any interface.
>>
>>
>>
>> Any help is much appreciated.
>>
>>
>> Thanks
>>
>> bharat
>> --
>> 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:[~2009-12-08  4:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-07  6:21 ssid Bharat Bhushan
2009-12-07  7:07 ` ssid Johannes Berg
2009-12-08  4:25   ` ssid Bharat Bhushan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox