* trying to add rfkill support to realtek driver for rtl8192e
@ 2009-11-14 9:16 saurav barik
2009-11-14 10:30 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: saurav barik @ 2009-11-14 9:16 UTC (permalink / raw)
To: linux-kernel
Hi,
I am trying to implement rfkill support for realtek driver for rtl8192e.
The realtek driver we are using is very much similar to the one in
kernel 2.6.31.5(linux-2.6.31.5/drivers/staging/rtl8192su).
In order to use "wiphy_rfkill_set_hw_state", I need "struct wiphy"
which in turn is a part of "ieee80211_hw" structure.
However ieee80211_hw is not used in our driver.
Is the usage of 80211_hw is obsolete?
Without having the above structure how can I use the rfkill interface?
Anybody aware of this, please share some pointers.
Thanks for your time.
Regards,
Saurav
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: trying to add rfkill support to realtek driver for rtl8192e
2009-11-14 9:16 trying to add rfkill support to realtek driver for rtl8192e saurav barik
@ 2009-11-14 10:30 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2009-11-14 10:30 UTC (permalink / raw)
To: saurav barik; +Cc: linux-kernel
Hi Saurav,
> I am trying to implement rfkill support for realtek driver for rtl8192e.
> The realtek driver we are using is very much similar to the one in
> kernel 2.6.31.5(linux-2.6.31.5/drivers/staging/rtl8192su).
> In order to use "wiphy_rfkill_set_hw_state", I need "struct wiphy"
> which in turn is a part of "ieee80211_hw" structure.
> However ieee80211_hw is not used in our driver.
> Is the usage of 80211_hw is obsolete?
> Without having the above structure how can I use the rfkill interface?
>
> Anybody aware of this, please share some pointers.
you get more feedback if you ask this question on
linux-wireless@vger.kernel.org mailing list.
Regards
Marcel
^ permalink raw reply [flat|nested] 4+ messages in thread
* trying to add rfkill support to realtek driver for rtl8192e
@ 2009-11-16 4:13 saurav barik
2009-11-16 5:26 ` david woo
0 siblings, 1 reply; 4+ messages in thread
From: saurav barik @ 2009-11-16 4:13 UTC (permalink / raw)
To: linux-wireless
Hi,
I am trying to implement rfkill support for realtek driver for rtl8192e.
The realtek driver we are using is very much similar to the one in
kernel 2.6.31.5(linux-2.6.31.5/drivers/staging/rtl8192su).
In order to use "wiphy_rfkill_set_hw_state", I need "struct wiphy"
which in turn is a part of "ieee80211_hw" structure.
However ieee80211_hw is not used in our driver.
Is the usage of 80211_hw is obsolete?
Without having the above structure how can I use the rfkill interface?
Anybody aware of this, please share some pointers.
Thanks for your time.
Regards,
Saurav
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: trying to add rfkill support to realtek driver for rtl8192e
2009-11-16 4:13 saurav barik
@ 2009-11-16 5:26 ` david woo
0 siblings, 0 replies; 4+ messages in thread
From: david woo @ 2009-11-16 5:26 UTC (permalink / raw)
To: saurav barik; +Cc: linux-wireless@vger.kernel.org
saurav barik 写道:
> Hi,
>
> I am trying to implement rfkill support for realtek driver for rtl8192e.
> The realtek driver we are using is very much similar to the one in
> kernel 2.6.31.5(linux-2.6.31.5/drivers/staging/rtl8192su).
> In order to use "wiphy_rfkill_set_hw_state", I need "struct wiphy"
> which in turn is a part of "ieee80211_hw" structure.
> However ieee80211_hw is not used in our driver.
> Is the usage of 80211_hw is obsolete?
No,
the rtl8192e need to be updated to support ieee80211_hw in order to be
merged to Linux kernel main tree.
> Without having the above structure how can I use the rfkill interface?
The rtl8192e Linux drive structure is similar with the ipw2200, maybe you
can refer to the "struct wiphy" support within it.
>
> Anybody aware of this, please share some pointers.
>
> Thanks for your time.
>
> Regards,
> Saurav
> --
> 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
>
>
> ------Please consider the environment before printing this e-mail.
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-11-16 5:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14 9:16 trying to add rfkill support to realtek driver for rtl8192e saurav barik
2009-11-14 10:30 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2009-11-16 4:13 saurav barik
2009-11-16 5:26 ` david woo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.