Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149881
b: refs/heads/master
c: 3a702e4
h: refs/heads/master
i:
  149879: b0592df
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Apr 22, 2009
1 parent 7bd6dc0 commit 64b0a1c
Show file tree
Hide file tree
Showing 14 changed files with 156 additions and 112 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c02cf3738c9dbc446c160b9d49a001eb2be316c8
refs/heads/master: 3a702e49c03ba959e3f5bb2b74ec9921a81c8c98
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ config MWL8K
will be called mwl8k. If unsure, say N.

source "drivers/net/wireless/p54/Kconfig"
source "drivers/net/wireless/ath/Kconfig"
source "drivers/net/wireless/ath5k/Kconfig"
source "drivers/net/wireless/ath9k/Kconfig"
source "drivers/net/wireless/ar9170/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ obj-$(CONFIG_RT2X00) += rt2x00/

obj-$(CONFIG_P54_COMMON) += p54/

obj-$(CONFIG_ATH_COMMON) += ath/
obj-$(CONFIG_ATH5K) += ath5k/
obj-$(CONFIG_ATH9K) += ath9k/
obj-$(CONFIG_AR9170_USB) += ar9170/
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ath/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
config ATH_COMMON
tristate "Atheros Wireless Cards Shared Support"
depends on ATH5K || ATH9K

3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-$(CONFIG_ATH_COMMON) += ath.o
ath-objs := regd.o

Loading

0 comments on commit 64b0a1c

Please sign in to comment.