我有一个与我的笔记本电脑的Wi-Fi驱动程序有关的问题。如何编写linux Wi-Fi驱动程序。
它是否与Linux网络设备驱动程序具有相同的结构。网络设备驱动程序与套接字层交互的位置 hard_txmit()函数&数据发送到网络适配器(PCI总线或直接片上以太网模块)。并在数据收到一个 中断将发生&它会将sk_buff推送到套接字层。
在Linux平台上开发Wi-Fi驱动程序的方式是否相同?
发现了一些..它是同一个... http://en.wikipedia.org/wiki/Comparison_of_open-source_wireless_drivers ..但它使用struct ieee80211_ops ... tutorial - http://wireless.kernel.org/en/developers/Documentation
还: - http://wireless.kernel.org/en/developers/Documentation/cfg80211 http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/