Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1dc5600 authored by Sujith's avatar Sujith Committed by John W. Linville
Browse files

ath9k: Refactor hw.c



Split hw.c into more manageable files:
   ani.c
   calib.c
   eeprom.c
   mac.c

Signed-off-by: default avatarSujith <Sujith.Manoharan@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5640b08e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
ath9k-y +=	hw.o \
		eeprom.o \
		mac.o \
		calib.o \
		ani.o \
		phy.o \
		regd.o \
		beacon.o \
Loading