This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz,
[openwrt.git] / package / ath9k / patches / 110-regd_includes.patch
1 Add missing include statements
2
3 Signed-off-by: Felix Fietkau <nbd@openwrt.org>
4
5 --- a/drivers/net/wireless/ath9k/regd.c
6 +++ b/drivers/net/wireless/ath9k/regd.c
7 @@ -14,6 +14,8 @@
8 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9 */
10
11 +#include <linux/kernel.h>
12 +#include <linux/slab.h>
13 #include "ath9k.h"
14 #include "regd.h"
15 #include "regd_common.h"
This page took 0.048456 seconds and 5 git commands to generate.