Madhu K <madhu.sk89@xxxxxxxxx> writes: > I am kernel newbie, I am trying to understand the linux wireless > architecture and wanted write some simple drivers. Please somebody > help me to get the documents related this? This is not about wireless but still I think a must read for anyone new with kernel development: https://lwn.net/Kernel/LDD3/ For wireless development take a look at simple drivers like wl1251 or mac80211_hwsim and start studying how they work. And of course you need to check the wiki: https://wireless.wiki.kernel.org/ -- Kalle Valo