summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2019-03-01Make athn(4) configure timing of control frames explicitly.Stefan Sperling
2019-02-27Implement support for dynamic RTS threshold in MiRA.Stefan Sperling
2019-02-19Fix a cosmetic issue in athn(4)'s bpf(4) tap.Stefan Sperling
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-02-07Consistently use m_freem(9). This fixes possible leaks in a fewPatrick Wildt
2019-02-07There's a task ring for executing commands in a sleep-safe context.Patrick Wildt
2019-02-01Complete athn(4) noisefloor calibration code and enable it.Stefan Sperling
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller
2019-01-31Enable IQ/ADC calibration in the athn(4) driver.Stefan Sperling
2019-01-30Make bwfm(4) query firmware for RSSI levels and current transmit rate whenStefan Sperling
2019-01-29Discard unwanted mouse events from the keyboard input channel when we'reMarcus Glocker
2019-01-29Accept control frames in monitor mode.Kevin Lo
2018-12-30Increase the reset timeout. The ROCK64 RK3328-based board seems to need aMark Kettenis
2018-12-07Handle 2 Tx chains in the computation of transmit power for the RTL8192EU.Kevin Lo
2018-12-04Add support for RTL8192EU adapters, partly taken from netbsd.Jonathan Matthew
2018-11-09M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forClaudio Jeker
2018-10-22More "explicitely" -> "explicitly" in various comments.Kenneth R Westerback
2018-10-04Force 8051 reset/enable before waiting for firmware to get ready forKevin Lo
2018-10-02Add support for RT3290 chipset by James Hastings.Kevin Lo
2018-10-01add RTL8723AE supportJonathan Matthew
2018-10-01The sequence number field in the 802.11 frame header includes the sequenceJonathan Matthew
2018-09-28Move the unions into the rom struct which fixes Coverity CID 1473649 andKevin Lo
2018-09-21Add support for RTL8188EE.Jonathan Matthew
2018-09-13- There's no need to set R92C_HSSI_PARAM2_READ_EDGE for R92C_HSSI_PARAM2(0)Kevin Lo
2018-08-14return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handledJonathan Matthew
2018-08-12Really overwrite the major of com(4) instead of the hardcoded 12.Mark Kettenis
2018-07-25On authentication we don't need to create the node before callingPatrick Wildt
2018-07-17TX packets, which can be either Ethernet or control packets, must bePatrick Wildt
2018-07-16Add support for the BCM43455 SDIO chip to bwfm(4).Patrick Wildt
2018-07-16Re-set the pointer to the bwfm event after the strict alignmentPatrick Wildt
2018-07-06Move mbuf alignment for strict aligned architectures from the BCDCPatrick Wildt
2018-07-04Move allocation behind sanity check to address possible memory leak asPatrick Wildt
2018-07-03Use LIST_FOREACH construct instead of homebrew loop.Kevin Lo
2018-07-02Allow pluart(4) to attach to acpi(4).Mark Kettenis
2018-05-23Wait for write operations to complete.Mark Kettenis
2018-05-23Only react to deauthentication/disassociation and link changes if we arePatrick Wildt
2018-05-23Select correct channel in Host AP mode. One part of that is creatingPatrick Wildt
2018-05-23Implement a separate initialization stage so that we can still usePatrick Wildt
2018-05-18Add bio(4) and sensors for mfii(4), based on code from mfi(4). Most of theJonathan Matthew
2018-05-17Recent Broadcom chipsets have a dedicated PMU core and it can't bePatrick Wildt
2018-05-16Implement a BCDC control packet mechanism based on the command requestPatrick Wildt
2018-05-14Add support for register shift/io-width to the console code as well.Mark Kettenis
2018-05-06Change the order in which whe write ouw own MAC address into the relevant twoMark Kettenis
2018-05-02Revert previous commit; the XR17V35X probe that was added accesses registersMark Kettenis
2018-04-28Some drivers handle settting a new wifi link state manually, so make surePeter Hessler
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
2018-04-28When starting a background scan, free the nodes table to ensure weStefan Sperling
2018-04-28pgt(4): do not tsleep in the scan ioctl.Paul Irofti
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-04-20add a small driver for AMDs cryptographic co processor.David Gwynne