From: Felix Fietkau Date: Sat, 22 Feb 2014 13:52:48 +0000 (+0100) Subject: ath9k: do not set half/quarter channel flags in AR_PHY_MODE X-Git-Tag: v3.15-rc1~113^2~159^2^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6cfd7311a385144a2f9c74f692ae2df3ae033f;p=pandora-kernel.git ath9k: do not set half/quarter channel flags in AR_PHY_MODE 5/10 MHz channel bandwidth is configured via the PLL clock, instead of the AR_PHY_MODE register. Using that register is AR93xx specific, and makes the mode incompatible with earlier chipsets. In some early versions, these flags were apparently applied at the wrong point in time and thus did not cause connectivity issues, however now they are causing problems, as pointed out in this OpenWrt ticket: https://dev.openwrt.org/ticket/14916 Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed