Re: [ath9k-devel] [RFC/RFT 6/6] ath9k: always initialize hw registers related to PCIe PM

2011-07-25 Thread Stanislaw Gruszka
On Sat, Jul 23, 2011 at 10:41:30AM +0530, Rajkumar Manoharan wrote: + /* initalize PCIe PM registers if device introduce itself as PCIe */ + if (ah-is_pciexpress) + ath9k_hw_ops(ah)-config_pci_powersave(ah, false); + Use ath9k_hw_configpcipowersave wrapper instead. I changed

Re: [ath9k-devel] [RFC/RFT 4/6] ath9k: use common PCIe ASPM definces instead of custom ones

2011-07-25 Thread Stanislaw Gruszka
On Sat, Jul 23, 2011 at 10:16:32AM +0530, Rajkumar Manoharan wrote: + pci_read_config_byte(pdev, PCI_EXP_LNKCTL, aspm); + aspm = ~(PCIE_LINK_STATE_L0S | PCIE_LINK_STATE_L1); + pci_write_config_byte(pdev, PCI_EXP_LNKCTL, aspm); } There seems to be where address diff b/w

Re: [ath9k-devel] [RFC/RFT 6/6] ath9k: always initialize hw registers related to PCIe PM

2011-07-25 Thread Stanislaw Gruszka
On Mon, Jul 25, 2011 at 11:29:30AM +0200, Stanislaw Gruszka wrote: On Sat, Jul 23, 2011 at 10:41:30AM +0530, Rajkumar Manoharan wrote: + /* initalize PCIe PM registers if device introduce itself as PCIe */ + if (ah-is_pciexpress) + ath9k_hw_ops(ah)-config_pci_powersave(ah,

Re: [ath9k-devel] AR9380 unable to connect via hostapd - wrong essid

2011-07-25 Thread Mohammed Shafi
On Mon, Jul 25, 2011 at 7:50 PM, Lito Kriara l.kri...@sms.ed.ac.uk wrote: Hello, from the beginning I had no network manager procedure working, and I double-checked now and still the same issue. I am using the following: Ubuntu with kernel version 2.6.38-10-generic the latest compat-wireless

Re: [ath9k-devel] AR9380 unable to connect via hostapd - wrong essid

2011-07-25 Thread Lito Kriara
Hello, from the beginning I had no network manager procedure working, and I double-checked now and still the same issue. I am using the following: Ubuntu with kernel version 2.6.38-10-generic the latest compat-wireless (from about the end of last week). I would really appreciate any help. Thank

Re: [ath9k-devel] AR9380 unable to connect via hostapd - wrong essid

2011-07-25 Thread Lito Kriara
Hello all! It seems like the problem was in /lib I re-installed the latest ubuntu version and it worked fine! Quoting Mohammed Shafi shafi.wirel...@gmail.com on Mon, 25 Jul 2011 20:11:45 +0530: On Mon, Jul 25, 2011 at 7:50 PM, Lito Kriara l.kri...@sms.ed.ac.uk wrote: Hello, from the