I am using kernel 3.2.0-24-generic. I need to modify source files of ath9k and mac80211. One of the files in mac80211 refers to a few linux header files such as linux/slab.h, linux/skbuff.h, linux/etherdevice.h, linux/if_arp.h and so on. I have installed the latest headers but still these are missing. Where can I download these header files?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Maybe you just need to point things to the right place?
So as long as you have the linux-headers-3.2.0-24 package, you should be good to go. Also, if you update your question with the command you're running to compile the module you're modifying it may be helpful, because modules need to be compiled a specific way (I'm no expert, I'm hoping someone notices it and tells us how it's done). |
|||
|