ath9k: make the regulatory override less intrusive - allow it to parse CTLs
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 300-ath5k_cc_lock_fix.patch
1 --- a/drivers/net/wireless/ath/ath5k/base.c
2 +++ b/drivers/net/wireless/ath/ath5k/base.c
3 @@ -3605,6 +3605,7 @@ ath5k_pci_probe(struct pci_dev *pdev,
4 common->ah = sc->ah;
5 common->hw = hw;
6 common->cachelsz = csz << 2; /* convert to bytes */
7 + spin_lock_init(&common->cc_lock);
8
9 /* Initialize device */
10 ret = ath5k_hw_attach(sc);