On 10/08/13(Sat) 18:12, Sylvestre Gallon wrote:
> Hi,
> 
> Here is a patch for advanced btcoex support in iwn(4). I know
> that there is no particular reason to do it due to the lack of
> bluetooth enabled by default. But as we already do btcoex for
> the cards without IWN_FLAG_ADV_BT_COEX flag I was thinking
> that we could also do it on other cards.
> 
> I take all these things in freebsd without the memset that
> overflow:
> memset(&btprot, 0, sizeof btprio);
> 
> I've also replaced some hardcoded values by defines and added
> few comments.
> 
> It works on Intel Wifi Link 130 and jca@ have tried it
> on his Wifi Link 5300. It would be awesome if someone could 
> try it on other chips.
> 
> Any ok or this code this is really not needed ?

I would argue that even if it's not really needed it reduces the diff
against the freebsd version and makes the driver coherent between the 
different supported revisions.  So you've my ok.

Martin

Reply via email to