Skip to content

Commit

Permalink
ath5k: Move mac80211 functions into new file
Browse files Browse the repository at this point in the history
Move mac80211 functions into new file mac80211-ops.c to have a better
separation and to make base.c smaller.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Bruno Randolf authored and John W. Linville committed Jan 4, 2011
1 parent 0511af9 commit cd2c548
Show file tree
Hide file tree
Showing 3 changed files with 825 additions and 713 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/ath/ath5k/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ath5k-y += led.o
ath5k-y += rfkill.o
ath5k-y += ani.o
ath5k-y += sysfs.o
ath5k-y += mac80211-ops.o
ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o
ath5k-$(CONFIG_ATH5K_AHB) += ahb.o
ath5k-$(CONFIG_ATH5K_PCI) += pci.o
Expand Down
Loading

0 comments on commit cd2c548

Please sign in to comment.