]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ath9k: implement IO serialization
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 23 Mar 2009 23:03:29 +0000 (19:03 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 2 May 2009 17:24:49 +0000 (10:24 -0700)
commit7a1ed3d6dccfd8a5c485c8396397f307ca26bb8f
tree982450cedc5f8da944f54f1718178dbb299a7c46
parent606624763556fd32a8d68796ce9ef03ae57df5e1
ath9k: implement IO serialization

This is a port of:
commit SHA1 6158425be398936af1fd04451f78ffad01529cb0
for 2.6.27

All 802.11n PCI devices (Cardbus, PCI, mini-PCI) require
serialization of IO when on non-uniprocessor systems. PCI
express devices not not require this.

This should fix our only last standing open ath9k kernel.org
bugzilla bug report:

http://bugzilla.kernel.org/show_bug.cgi?id=12110

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath9k/ath9k.h
drivers/net/wireless/ath9k/core.c
drivers/net/wireless/ath9k/core.h
drivers/net/wireless/ath9k/hw.c