b43: phy_ht: Remove 9 year old TODO
Fixes the following W=1 kernel build warning(s): drivers/net/wireless/broadcom/b43/phy_ht.c: In function ‘b43_phy_ht_op_init’: drivers/net/wireless/broadcom/b43/phy_ht.c:904:3: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body] Cc: Kalle Valo <kvalo@codeaurora.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: "Alexander A. Klimov" <grandmaster@al2klimov.de> Cc: linux-wireless@vger.kernel.org Cc: b43-dev@lists.infradead.org Cc: netdev@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200821071644.109970-18-lee.jones@linaro.org
This commit is contained in:
Родитель
9d16c38590
Коммит
03a7c2ea60
|
@ -900,9 +900,6 @@ static int b43_phy_ht_op_init(struct b43_wldev *dev)
|
|||
b43_phy_write(dev, 0x70, 0x50);
|
||||
b43_phy_write(dev, 0x1ff, 0x30);
|
||||
|
||||
if (0) /* TODO: condition */
|
||||
; /* TODO: PHY op on reg 0x217 */
|
||||
|
||||
if (b43_current_band(dev->wl) == NL80211_BAND_5GHZ)
|
||||
b43_phy_ht_classifier(dev, B43_PHY_HT_CLASS_CTL_CCK_EN, 0);
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче