Re: [PATCH 7/8] bcma: add bcma_pmu_spuravoid_pllupdate()
From: Hauke Mehrtens <hauke@hauke-m.de>
Date: 2012-06-10 19:34:59
From: Hauke Mehrtens <hauke@hauke-m.de>
Date: 2012-06-10 19:34:59
On 06/10/2012 06:53 PM, Rafał Miłecki wrote:
2012/6/5 Hauke Mehrtens [off-list ref]:quoted
This function is needed by brcmsmac. This code is based on code from the Broadcom SDK.This is already implemented in b43/phy_n.c: /* http://bcm-v4.sipsolutions.net/802.11/PmuSpurAvoid */ static void b43_nphy_pmu_spur_avoid(struct b43_wldev *dev, bool avoid) I guess we should replace b43 code with a call to introduced function.
Thanks, I looked into b43 but not long enough to find this function. I will also create a patch replacing this function in b43. Hauke