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>
This commit is contained in:
Mathias Kresin
2016-08-26 17:25:53 +02:00
parent 12a6e3cd05
commit e7c019c24d
3 changed files with 17 additions and 48 deletions

View File

@@ -18,7 +18,6 @@ struct rt2x00_platform_data {
int disable_2ghz;
int disable_5ghz;
int clk_is_20mhz;
};
#endif /* _RT2X00_PLATFORM_H */