diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-08-11 13:52:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-08-11 13:52:27 +0000 |
commit | 400f75a1b657eceb5e661adb5bf56c2498b4a2ff (patch) | |
tree | 1d85da294b86812834c0c0ba2c7ef076e866bbdb /package/mac80211/patches/443-ath5k_initialize_clockrate.patch | |
parent | ce2ced73118dfd1dab21392f91cda19f005f949d (diff) | |
download | mtk-20170518-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.zip mtk-20170518-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.tar.gz mtk-20170518-400f75a1b657eceb5e661adb5bf56c2498b4a2ff.tar.bz2 |
mac80211: update to 2011-08-10
SVN-Revision: 27958
Diffstat (limited to 'package/mac80211/patches/443-ath5k_initialize_clockrate.patch')
-rw-r--r-- | package/mac80211/patches/443-ath5k_initialize_clockrate.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/mac80211/patches/443-ath5k_initialize_clockrate.patch b/package/mac80211/patches/443-ath5k_initialize_clockrate.patch deleted file mode 100644 index fedc2f4..0000000 --- a/package/mac80211/patches/443-ath5k_initialize_clockrate.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/drivers/net/wireless/ath/ath5k/base.c -+++ b/drivers/net/wireless/ath/ath5k/base.c -@@ -2422,6 +2422,7 @@ ath5k_init_softc(struct ath5k_softc *sc, - common->ah = sc->ah; - common->hw = hw; - common->priv = sc; -+ common->clockrate = 40; - - /* - * Cache line size is used to size and align various |