mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and performanc...
[openwrt.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);