I have this custom diver handed over to me by someone which works on 2.6 kernels.
The driver has "#ifdef" switch around it. (AP83 and PB42) I am not sure which one to enable and which one to not. Here is my makefile. hydra: >-------make ARCH=$(ARC) PB42=1 DEBUG=$(DEBUG) CROSS_COMPILE=$(CROSS_CC) -C >$(KDIR) M=$(PWD)/modules modules pb42: >-------make ARCH=$(ARC) PB42=1 DEBUG=$(DEBUG) CROSS_COMPILE=$(CROSS_CC) -C >$(KDIR) M=$(PWD)/modules modules howl: >-------make ARCH=$(ARC) AP83=1 DEBUG=$(DEBUG) CROSS_COMPILE=$(CROSS_CC) -C >$(KDIR) M=$(PWD)/modules modules clean: >-------cd modules && make clean I want to run this code on Atheros A9160 MAC. Any idea whether I have to use AP83 or PB42? _______________________________________________ ath9k-devel mailing list [email protected] https://lists.ath9k.org/mailman/listinfo/ath9k-devel
