hi, I am writing a patch for netgear router model : wndr3700v2 w/ atheros chipset. I am using the compat-wireless driver
I have modified the ath9k_rx_tasklet to get some information from the rx_status structure. this is defined in htc_drv_txrx.c I am not sure this is the file I should modify for router functionality to be accessed or ath9k_tasklet in main.c to access the router functionality. what the difference between the htc tasklet and the usual tasklet names ? Both the tasklet do similar function of filling data structures, but why are there two of them ? If someone can explain whats the difference and IF I am modifying the right file ? Also, if I want to include my own header file, Where should I keep it ? The Makefile doesn't have any statement to include the header files ! Should I keep it in the ath/ath9k folder ? Is there somewhere I can just give the path where to search the files while building OpenWrt ? Abhinav
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
