* [ath9k-devel] Ath9k Private IOCTL and tx/rx functions
@ 2010-04-09 20:38 Sandip Sitapara
2010-04-09 21:00 ` Pavel Roskin
0 siblings, 1 reply; 2+ messages in thread
From: Sandip Sitapara @ 2010-04-09 20:38 UTC (permalink / raw)
To: ath9k-devel
Hello,
I have been trying to customized the ath9k driver. I have gone through the
code but it's quit confusing to me after working on madwifi driver.
So It would be very helpful if anybody can give me the general flow of the
driver. And also need some information about how to implement the
private IOCTL and where should we processing the DATA frame and MGMT frame
in tx/rx?
Thanks,
-S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20100410/8219d13e/attachment.htm
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ath9k-devel] Ath9k Private IOCTL and tx/rx functions
2010-04-09 20:38 [ath9k-devel] Ath9k Private IOCTL and tx/rx functions Sandip Sitapara
@ 2010-04-09 21:00 ` Pavel Roskin
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Roskin @ 2010-04-09 21:00 UTC (permalink / raw)
To: ath9k-devel
On Sat, 2010-04-10 at 02:08 +0530, Sandip Sitapara wrote:
> Hello,
>
> I have been trying to customized the ath9k driver. I have gone through
> the code but it's quit confusing to me after working on madwifi
> driver.
> So It would be very helpful if anybody can give me the general flow of
> the driver. And also need some information about how to implement the
> private IOCTL and where should we processing the DATA frame and MGMT
> frame in tx/rx?
The "general flow" should be basically the same for all mac80211
drivers, so linux-wireless may be a better list to ask. Following links
could be useful for you:
http://linuxwireless.org/en/developers/Documentation/mac80211
http://linuxwireless.org/mac80211book/
Use of IOCTLs is considered obsolete, but you can find a lot of examples
in the kernel and online. And in MadWifi too.
--
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-09 21:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-09 20:38 [ath9k-devel] Ath9k Private IOCTL and tx/rx functions Sandip Sitapara
2010-04-09 21:00 ` Pavel Roskin
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.