lkml.org 
[lkml]   [2010]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[14/34] ath9k: enable serialize_regmode for non-PCIE AR9160
    2.6.32-stable review patch.  If anyone has any objections, please let us know.

    ------------------

    From: John W. Linville <linville@tuxdriver.com>

    commit 4c85ab11ca56da1aa59b58c80cc6a356515cc645 upstream.

    https://bugzilla.kernel.org/show_bug.cgi?id=16476

    Signed-off-by: John W. Linville <linville@tuxdriver.com>
    Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/net/wireless/ath/ath9k/hw.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    --- a/drivers/net/wireless/ath/ath9k/hw.c
    +++ b/drivers/net/wireless/ath/ath9k/hw.c
    @@ -929,7 +929,8 @@ int ath9k_hw_init(struct ath_hw *ah)

    if (ah->config.serialize_regmode == SER_REG_MODE_AUTO) {
    if (ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCI ||
    - (AR_SREV_9280(ah) && !ah->is_pciexpress)) {
    + ((AR_SREV_9160(ah) || AR_SREV_9280(ah)) &&
    + !ah->is_pciexpress)) {
    ah->config.serialize_regmode =
    SER_REG_MODE_ON;
    } else {



    \
     
     \ /
      Last update: 2010-08-06 21:03    [W:4.125 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site