Re: [ath5k-devel] [PATCH v6 9/9] ath5k: Fix reset and interrupts for AHB type of devices.

2010-11-29 Thread Wojciech Dubowik
2010/11/26 Wojciech Dubowik dubo...@neratec.com: From: Felix Fietkau n...@openwrt.org On WiSoc we cannot access mac register before it is resetted. It will crash hardware otherwise. Signed-off-by: Felix Fietkau n...@openwrt.org Signed-off-by: Wojciech Dubowik

[ath5k-devel] [PATCH v6 9/9] ath5k: Fix reset and interrupts for AHB type of devices.

2010-11-26 Thread Wojciech Dubowik
From: Felix Fietkau n...@openwrt.org On WiSoc we cannot access mac register before it is resetted. It will crash hardware otherwise. Signed-off-by: Felix Fietkau n...@openwrt.org Signed-off-by: Wojciech Dubowik wojciech.dubo...@neratec.com --- drivers/net/wireless/ath/ath5k/base.c |7 ++-

Re: [ath5k-devel] [PATCH v6 9/9] ath5k: Fix reset and interrupts for AHB type of devices.

2010-11-26 Thread Nick Kossifidis
2010/11/26 Wojciech Dubowik dubo...@neratec.com: From: Felix Fietkau n...@openwrt.org On WiSoc we cannot access mac register before it is resetted. It will crash hardware otherwise. Signed-off-by: Felix Fietkau n...@openwrt.org Signed-off-by: Wojciech Dubowik wojciech.dubo...@neratec.com