summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/472-ath_unshare_bus_ops.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-20 18:14:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-20 18:14:35 +0000
commit970252faf84b05f3e9abd5c401e13a9c625bfd92 (patch)
tree401b89fb3739f7cee09c51ce1bd45eb32498f7a5 /package/mac80211/patches/472-ath_unshare_bus_ops.patch
parent79829783916d443ca560857b922168be04785cea (diff)
downloadmaster-31e0f0ae-970252faf84b05f3e9abd5c401e13a9c625bfd92.tar.gz
master-31e0f0ae-970252faf84b05f3e9abd5c401e13a9c625bfd92.tar.bz2
master-31e0f0ae-970252faf84b05f3e9abd5c401e13a9c625bfd92.zip
mac80211: update to wireless-testing 2011-04-19, contains several beacon related fixes for ath9k
SVN-Revision: 26744
Diffstat (limited to 'package/mac80211/patches/472-ath_unshare_bus_ops.patch')
-rw-r--r--package/mac80211/patches/472-ath_unshare_bus_ops.patch50
1 files changed, 0 insertions, 50 deletions
diff --git a/package/mac80211/patches/472-ath_unshare_bus_ops.patch b/package/mac80211/patches/472-ath_unshare_bus_ops.patch
deleted file mode 100644
index 3b0ffb9728..0000000000
--- a/package/mac80211/patches/472-ath_unshare_bus_ops.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- a/drivers/net/wireless/ath/ath.h
-+++ b/drivers/net/wireless/ath/ath.h
-@@ -123,14 +123,7 @@ struct ath_ops {
- };
-
- struct ath_common;
--
--struct ath_bus_ops {
-- enum ath_bus_type ath_bus_type;
-- void (*read_cachesize)(struct ath_common *common, int *csz);
-- bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data);
-- void (*bt_coex_prep)(struct ath_common *common);
-- void (*extn_synch_en)(struct ath_common *common);
--};
-+struct ath_bus_ops;
-
- struct ath_common {
- void *ah;
---- a/drivers/net/wireless/ath/ath9k/hw.h
-+++ b/drivers/net/wireless/ath/ath9k/hw.h
-@@ -846,6 +846,14 @@ struct ath_hw {
- u32 ent_mode;
- };
-
-+struct ath_bus_ops {
-+ enum ath_bus_type ath_bus_type;
-+ void (*read_cachesize)(struct ath_common *common, int *csz);
-+ bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data);
-+ void (*bt_coex_prep)(struct ath_common *common);
-+ void (*extn_synch_en)(struct ath_common *common);
-+};
-+
- static inline struct ath_common *ath9k_hw_common(struct ath_hw *ah)
- {
- return &ah->common;
---- a/drivers/net/wireless/ath/ath5k/ath5k.h
-+++ b/drivers/net/wireless/ath/ath5k/ath5k.h
-@@ -1155,6 +1155,12 @@ struct ath5k_hw {
- struct ath5k_rx_status *);
- };
-
-+struct ath_bus_ops {
-+ enum ath_bus_type ath_bus_type;
-+ void (*read_cachesize)(struct ath_common *common, int *csz);
-+ bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data);
-+};
-+
- /*
- * Prototypes
- */