aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-08-26 17:25:53 +0200
committerMathias Kresin <dev@kresin.me>2016-11-09 20:02:18 +0100
commite7c019c24d2c7b367b2c8e58b424d2b7c6c27724 (patch)
treef3a81e2664401e295cb39035612a09c5f0369cf4 /target/linux/generic/files
parent12a6e3cd0546764f972df636ac86ae4bdf4f6978 (diff)
downloadupstream-e7c019c24d2c7b367b2c8e58b424d2b7c6c27724.tar.gz
upstream-e7c019c24d2c7b367b2c8e58b424d2b7c6c27724.tar.bz2
upstream-e7c019c24d2c7b367b2c8e58b424d2b7c6c27724.zip
mac80211: rt2x00: fold patches
The patch 615-rt2x00-fix_20mhz_clk.patch fixes code introduced by 611-rt2x00-rf_vals-rt3352-xtal20.patch and makes the the platform data property clk_is_20mhz obsolete. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/generic/files')
-rw-r--r--target/linux/generic/files/include/linux/rt2x00_platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/generic/files/include/linux/rt2x00_platform.h b/target/linux/generic/files/include/linux/rt2x00_platform.h
index 80483ef3d5..e10377e21b 100644
--- a/target/linux/generic/files/include/linux/rt2x00_platform.h
+++ b/target/linux/generic/files/include/linux/rt2x00_platform.h
@@ -18,7 +18,6 @@ struct rt2x00_platform_data {
int disable_2ghz;
int disable_5ghz;
- int clk_is_20mhz;
};
#endif /* _RT2X00_PLATFORM_H */