summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2018-01-10Attach nvme to additional Apple NVMe device, limit targets to 1Joshua Stein
2018-01-08Initial support for HOSTAP mode. With this bwfm(4) can spawn an accessPatrick Wildt
2018-01-08Delete flowrings when we take the interface down or change itsPatrick Wildt
2018-01-07Create multiple transmit flowrings in station mode, four in total, basedPatrick Wildt
2018-01-05To send out packets we need to create a flowring. Acting as station,Patrick Wildt
2018-01-05Drop incoming network packets as long as we are not in RUN state. ThisPatrick Wildt
2018-01-05When we receive an AUTH or ASSOC event even though we have alreadyPatrick Wildt
2018-01-04Receiving an AUTH event means that we successfully authenticated, thusPatrick Wildt
2018-01-03assign 1 instead of the result of htole16(1) to a uint8_t.David Gwynne
2018-01-03Since the PCI attachment code already uses mbufs for RX packets, we canPatrick Wildt
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-12-26Fix channel initialization by not using the same loop variable in nestedPatrick Wildt
2017-12-18Read RAM size for chips with SOCRAM like the BCM4334 on one of myPatrick Wildt
2017-12-18Read RAM size for chips with SOCRAM like the BCM4334 on one of myPatrick Wildt
2017-12-18Pass the BSSID to the join command so that we connect to the AP thatPatrick Wildt
2017-12-18Pass scan type directly to the scan command instead of using the globalPatrick Wildt
2017-12-18Support setting the Cortex-A7 cores to active/passive mode andPatrick Wildt
2017-12-17Pass Cortex-R4 reset vector to activation function.Patrick Wildt
2017-12-16Read RAM base address and size so we know where to put the firmware.Patrick Wildt
2017-12-16Implement setting the chip into active mode, as needed for setting upPatrick Wildt
2017-12-16Support setting the Cortex-R4, as found on a BCM43602, to passive mode.Patrick Wildt
2017-12-16Add some more Chip IDs to bwfm(4).Patrick Wildt
2017-12-12Nuke some forward-only struct's and functions and functions therebyKenneth R Westerback
2017-12-01Add quotes around the name of (unconfigured) devices like we do for otherMark Kettenis
2017-11-28The athn(4) PCI driver forgot about adding the default noisefloor toStefan Sperling
2017-11-28In athn(4), fix a comment which misidentifies the field where RSSIStefan Sperling
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-10-21Even though letting the firmware handle the handshake is nice fromPatrick Wildt
2017-10-19spelling fix; from miodJason McIntyre
2017-10-19Disable promisc mode and accepting all multicast packets. These shouldPatrick Wildt
2017-10-18Pass the SIOCG80211ALLCHANS and SIOCG80211STATS ioctls to our net80211Patrick Wildt
2017-10-18Add a scan timeout so we can recover if the firmware decides not toPatrick Wildt
2017-10-18Pad the holes in the struct to make sure compilers do not choose toPatrick Wildt
2017-10-18Read and extract the channel number from the chanspec to beautify thePatrick Wildt
2017-10-18It turns out that using the packed attribute on most structs was a badPatrick Wildt
2017-10-18Stop handling SIOCSIFMTU like in the wireless stack.Martin Pieuchot
2017-10-18Extract supported frequencies and HT/VHT mode from the firmware insteadPatrick Wildt
2017-10-18Revert previous commit, since not all interfaces behaved the same.Patrick Wildt
2017-10-18Only overwrite the caller's variable if we successfully read data fromPatrick Wildt
2017-10-16Allow a more fine grained control about which ciphers to use.Patrick Wildt
2017-10-16Handle wpa parameters using the ieee80211 ioctl so we can startPatrick Wildt
2017-10-16Clear up some defines regarding WPA cipher settings. This allows mePatrick Wildt
2017-10-15Set default join preferences to prefer APs based on the RSSI, withPatrick Wildt
2017-10-15Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(),Stefan Sperling
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-09Fix build on 32 bit; paddr in rtsx_xfer_dma needs to be 64bit on all platforms.Stefan Sperling
2017-10-09Add ADMA support to rtsx(4) to make use of DMA buffers provided by sdmmc(4).Stefan Sperling
2017-09-26Prevent null pointer dereference when probing channelsMike Belopuhov