summaryrefslogtreecommitdiffstats
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* [bwn] don't use a 1MB CCK RTS frame for 11a OFDM transmissions.adrian2016-06-061-4/+5
* [bwn] Add missing firmware release calls.adrian2016-06-051-0/+3
* [bwn] Enable PHY-LP 5GHz support for the one NIC I have tested it on so far.adrian2016-06-051-11/+15
* [bwn] complain usefully if a PHY-N PHY is detected with no support is compile...adrian2016-06-051-0/+3
* [bwn] begin separating out the attach path from the SIBA specific bits.adrian2016-05-241-24/+19
* [bwn] add BCM43225 to the BHND device list.adrian2016-05-241-0/+1
* [bwn] add extra debugging for non-SIBA devices.adrian2016-05-242-3/+18
* wi: fix a typo.avos2016-05-201-1/+1
* [bwn] quieten the "invalid firmware state".adrian2016-05-191-2/+5
* [bwn] program in the MAC capabilities somewhere where later microcodeadrian2016-05-192-0/+16
* [bwn] add extra debugging.adrian2016-05-191-0/+15
* [bwn] toggle the PHY clock during chip reset.adrian2016-05-191-4/+6
* [bwn] enable dual-phy on BCM4322MC.adrian2016-05-191-1/+2
* [bwn] rename TGS low registers to be consistent with naming scheme.adrian2016-05-192-4/+4
* [bwn] add initial 5xx firmware API supportadrian2016-05-182-39/+189
* [bwn] correctly calculate RSSI level.adrian2016-05-171-0/+12
* [bwn] print out a very obvious notice that GPLv2 code is compiled in if it is.adrian2016-05-171-0/+5
* [bwn] always allocate maximum size txhdr entries; prepare for fw 598adrian2016-05-173-7/+23
* [bwn] Add PHY-N call hooks.adrian2016-05-171-0/+25
* [bwn] add PHY-N glue.adrian2016-05-172-0/+338
* [bwn] add opt_wlan.h / opt_bwn.h for build-time controladrian2016-05-161-0/+3
* [bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropri...adrian2016-05-167-2/+18
* [bwn] switch to ieee80211_add_channel()adrian2016-05-161-74/+19
* [bwn] check DUALPHY; add BCM4322 to the don't-override list.adrian2016-05-161-3/+29
* [bwn] use contigmalloc to allocate descriptors.adrian2016-05-161-10/+22
* [bwn] remove N-PHY registers for now.adrian2016-05-151-904/+0
* [bwn] add DUALPHY; this may be useful for PHY-N and later dual-phy probing.adrian2016-05-151-0/+1
* [bwn] commit the N-PHY register set.adrian2016-05-151-0/+904
* [bwn] add the full suite of SPROM flagsadrian2016-05-151-13/+52
* [bwn] handle core rev 12, we can mostly do that new.adrian2016-05-141-0/+1
* [bwn] disable 11na channel setup for now, since we definitely, positivelyadrian2016-05-141-0/+8
* [bwn] fill out phyctl_1 fields for N-PHY (and later, eventually.)adrian2016-05-141-0/+86
* [bwn] set the 5ghz transmit flag for 5ghz transmit.adrian2016-05-141-0/+3
* [bwn] disable writing slottime timing out to improve performance.adrian2016-05-141-0/+5
* [bwn] make rf-kill work for PHY-N.adrian2016-05-141-1/+5
* [bwn] decode the RX RSSI for PHY-N.adrian2016-05-141-0/+7
* [bwn] use the new enum type.adrian2016-05-141-1/+1
* [bwn] debugging changes.adrian2016-05-141-1/+10
* [bwn] Explicitly only work for SIBA parts; add some placeholder debugging.adrian2016-05-141-2/+33
* [bwn] missed commit!adrian2016-05-141-1/+1
* [bwn] add new types, prepare for PHY-N; prepare for rev 5xx firmware.adrian2016-05-142-8/+177
* [bwn] add an implementation of "cordic" and imaginary math.adrian2016-05-141-0/+96
* [bwn] TX logging / completion fixesadrian2016-05-141-4/+41
* [bwn] add in new microcode and phy initval information.adrian2016-05-141-13/+99
* [bwn] implement reset improvements in preparation for PHY-N supportadrian2016-05-143-14/+38
* [bwn] use the shared bwn_sqrt() routine.adrian2016-05-141-51/+2
* [bwn] disable bgscan for now.adrian2016-05-141-0/+2
* [bwn] begin migrating PHY common routines into if_bwn_phy_common.[ch].adrian2016-05-142-0/+247
* [bwn] add Q52 macros.adrian2016-05-141-0/+6
* [bwn] add BCMA chip identifiers.adrian2016-05-141-0/+71
OpenPOWER on IntegriCloud