Skip to content

Commit

Permalink
ath9k: Refactor hw.c
Browse files Browse the repository at this point in the history
Split hw.c into more manageable files:
   ani.c
   calib.c
   eeprom.c
   mac.c

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Sujith authored and John W. Linville committed Nov 10, 2008
1 parent 5640b08 commit f1dc560
Show file tree
Hide file tree
Showing 9 changed files with 7,179 additions and 7,277 deletions.
4 changes: 4 additions & 0 deletions drivers/net/wireless/ath9k/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
ath9k-y += hw.o \
eeprom.o \
mac.o \
calib.o \
ani.o \
phy.o \
regd.o \
beacon.o \
Expand Down
Loading

0 comments on commit f1dc560

Please sign in to comment.