Skip to content

Commit

Permalink
atheros: put atheros wireless drivers into ath/
Browse files Browse the repository at this point in the history
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Apr 22, 2009
1 parent 1878f77 commit 203c480
Show file tree
Hide file tree
Showing 69 changed files with 12 additions and 10 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,6 @@ config MWL8K

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"
source "drivers/net/wireless/ipw2x00/Kconfig"
source "drivers/net/wireless/iwlwifi/Kconfig"
source "drivers/net/wireless/hostap/Kconfig"
Expand Down
3 changes: 0 additions & 3 deletions drivers/net/wireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,5 @@ 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/

obj-$(CONFIG_MAC80211_HWSIM) += mac80211_hwsim.o
6 changes: 5 additions & 1 deletion drivers/net/wireless/ath/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
config ATH_COMMON
tristate "Atheros Wireless Cards Shared Support"
tristate "Atheros Wireless Cards"
depends on ATH5K || ATH9K || AR9170_USB

source "drivers/net/wireless/ath/ath5k/Kconfig"
source "drivers/net/wireless/ath/ath9k/Kconfig"
source "drivers/net/wireless/ath/ar9170/Kconfig"

4 changes: 4 additions & 0 deletions drivers/net/wireless/ath/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
obj-$(CONFIG_ATH5K) += ath5k/
obj-$(CONFIG_ATH9K) += ath9k/
obj-$(CONFIG_AR9170_USB) += ar9170/

obj-$(CONFIG_ATH_COMMON) += ath.o
ath-objs := regd.o

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include "eeprom.h"
#include "hw.h"

#include "../ath/regd.h"
#include "../regd.h"

#define PAYLOAD_MAX (AR9170_MAX_CMD_LEN/4 - 1)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <linux/types.h>
#include <net/mac80211.h>

#include "../ath/regd.h"
#include "../regd.h"

/* RX/TX descriptor hw structs
* TODO: Driver part should only see sw structs */
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "reg.h"
#include "phy.h"

#include "../ath/regd.h"
#include "../regd.h"

#define ATHEROS_VENDOR_ID 0x168c
#define AR5416_DEVID_PCI 0x0023
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 203c480

Please sign in to comment.