projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ath5k: fix a crash when setting coverage class before the first channel change (...
[openwrt.git]
/
package
/
mac80211
/
patches
/
443-ath5k_initialize_clockrate.patch
1
--- a/drivers/net/wireless/ath/ath5k/base.c
2
+++ b/drivers/net/wireless/ath/ath5k/base.c
3
@@ -2422,6 +2422,7 @@ ath5k_init_softc(struct ath5k_softc *sc,
4
common->ah = sc->ah;
5
common->hw = hw;
6
common->priv = sc;
7
+ common->clockrate = 40;
8
9
/*
10
* Cache line size is used to size and align various
This page took
0.037858 seconds
and
5
git commands to generate.