diff options
author | Christian Lamparter <chunkeey@web.de> | 2009-04-14 20:11:20 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 20:54:47 (GMT) |
commit | a1c555802a62c845520d2486d783c9bb1d5e68a9 (patch) | |
tree | a16d9916db52dfb2116448a5ed5899726d213a5d /drivers/net/wireless/ath/Makefile | |
parent | 06bfd0d3dbe965de4f60079955cca19d7e853c60 (diff) | |
download | linux-a1c555802a62c845520d2486d783c9bb1d5e68a9.tar.xz |
ath: add module information
This patch adds licensing, author information and a description to the module.
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile index a005b91..4bb0132 100644 --- a/drivers/net/wireless/ath/Makefile +++ b/drivers/net/wireless/ath/Makefile @@ -3,5 +3,4 @@ obj-$(CONFIG_ATH9K) += ath9k/ obj-$(CONFIG_AR9170_USB) += ar9170/ obj-$(CONFIG_ATH_COMMON) += ath.o -ath-objs := regd.o - +ath-objs := main.o regd.o |