Re: freebsd-wireless Digest, Vol 255, Issue 4

2016-05-19 Thread Adrian Chadd
Hi! The phy code from brcmfmac is bsd licenced and with some bwn work should be able to be dropped in. I chose the GPL code because it was easier to port. I wanted to debug one thing at a time. Now that I'm confident the basic mac bits in bwn work, then changing phy code is doable. I'll likely

Re: freebsd-wireless Digest, Vol 255, Issue 4

2016-05-19 Thread Andrzej Bylicki
Dear Adrian, Thank you very much for your hard work! I will test the driver as soon as I come back from a work-related symposium I am at right now. In your last e-mail you mentioned that some of the Broadcom bcm 43xx driver code is GPL-licensed. Do you think there is any chance to re-write it

Re: minor array overflow in ifconfig set80211chanlist()

2016-05-19 Thread Andriy Voskoboinyk
Tue, 17 May 2016 01:05:57 +0300 було написано Andriy Voskoboinyk : Tue, 17 May 2016 01:03:03 +0300 було написано Adrian Chadd : Heh, god, it's used for both maximum ieee channel number /and/ the array size? we should eventually fix that; 11ac

Re: minor array overflow in ifconfig set80211chanlist()

2016-05-19 Thread Adrian Chadd
Ok, let's break out the chan array from the ieee chan value (8 bit). We need that done for 11ac. -adrian ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to

bwn updates - now BCM4321, BCM4322

2016-05-19 Thread Adrian Chadd
Hiya, I managed to get the BCM4321 and BCM4322 working. You need to load bwn_v4_n_ucode for BCM4322 and then it should "just work". BCM4321 also works on bwn_v4_n_ucode - it uses the same newer ucode API. You can't load bwn_v4_n_ucode and bwn_v4_lp_ucode just yet - I need to address that. Let