hi,
I am working on ath9k device driver.
I want to pass some driver data to the userspace
the most crucial point is transferring skbuff from  ath_rx_tasklet() to
ieee80211_rx() using struct ath_hw.

But there is no way to pass any extra information ... is there any void *
variable where I can store the data of ath9k driver and receive it in
mac80211 subsystem ?
I can then transfer it to userspace easily.

I have another doubt with the evolving kernel subsystem,  I cannot use
ioctl calls to set a particular channel to listen to ?
And I am still using raw socket to read the frame in userspace ...
any hints regarding this will be very helpful

-Abhinav
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to