summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-09-27Wait until the BSSID is known before adding the MAC context to iwm firmware.Stefan Sperling
2016-09-27Print the type of operation space that failed as there seem to be more ofMike Larkin
2016-09-26Avoid calculating offset several times. This was done for a few functions alr...Frederic Cambus
2016-09-26Move the net/bpf.h include within the #if NBPFILTER directiveFrederic Cambus
2016-09-25Remove more duplicated includesFrederic Cambus
2016-09-24Don't compare array against null pointer; found by clang.Mark Kettenis
2016-09-24Assert that bus->force_bit >= 0 instead of force_bit. Found by clang.Mark Kettenis
2016-09-24Remove unused functions.Mark Kettenis
2016-09-23Rework Per Packet Info handlingMike Belopuhov
2016-09-23Setup checksum offloading instead of relying on the default configuraitonMike Belopuhov
2016-09-23Configure NDIS VLAN and MTU parameters for NVSP 2 and newer backendsMike Belopuhov
2016-09-23Fixup the NDIS_OFFLOAD_PARAMS_SIZE_6_1 definitionMike Belopuhov
2016-09-23Improve error handling when we fail to send the RNDIS messageMike Belopuhov
2016-09-23Specify a page size boundary for Tx segmentsMike Belopuhov
2016-09-23Add quirk to allow Yamaha UR22 to attach as uaudio(4). FromAlexandre Ratchov
2016-09-23syncAlexandre Ratchov
2016-09-23Add Yamaha UR22 audio interface.Alexandre Ratchov
2016-09-23kern.arandom no longer existsTheo de Raadt
2016-09-22Stop pushing version & cfdata into as entropy, since the contents areTheo de Raadt
2016-09-22Remove some unused cruft from iwm, including a local namespace-pollutingStefan Sperling
2016-09-22Simplify assignment of sgi_ok variable in iwm_setrates(). No functional change.Stefan Sperling
2016-09-22Fix indentation of a break statement. No binary change.Jonathan Gray
2016-09-21If not set, set hw_vendor to the name of the first pvbus.Reyk Floeter
2016-09-21Always set the bit which allows RTS in iwm's LQ command.Stefan Sperling
2016-09-21Make iwm protect the session during association more like Linux does it.Stefan Sperling
2016-09-21Properly support the mac context command in iwm. This was wrong in many ways.Stefan Sperling
2016-09-21Make iwm return EBUSY from its ic_ampdu_rx_start() handler andStefan Sperling
2016-09-21For the keep-alive period in iwm's power command, use the DTIM periodStefan Sperling
2016-09-21Copy the AP's actual EDCA parameters into iwm's mac context commandStefan Sperling
2016-09-21Add the BSS's basic rates to iwm's LQ command, not all the rates.Stefan Sperling
2016-09-21SierraWireless MC7455.Martin Pieuchot
2016-09-21regenMartin Pieuchot
2016-09-21SierraWireless MC7455Martin Pieuchot
2016-09-21Remove a hack now that the USB stack correctly set the maximum packetMartin Pieuchot
2016-09-20Mostly cosmetic tweaks to macros involved in iwm(4) power-saving features.Stefan Sperling
2016-09-20Not needed anymoreMike Belopuhov
2016-09-20Switch to the new NDIS headerMike Belopuhov
2016-09-20Add a new NDIS headerMike Belopuhov
2016-09-20Add a missing status defineMike Belopuhov
2016-09-20Attach event counterMike Belopuhov
2016-09-20Add an API to hook up event countersMike Belopuhov
2016-09-19Make this build again.Mark Kettenis
2016-09-19Correctly check for valid maximum packet size.Martin Pieuchot
2016-09-19``bMaxPacketSize'' is reported as a power of 2 for super speed devicesMartin Pieuchot
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-18If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be setPhilip Guenther
2016-09-18Ensure that the device descriptor ``bMaxPacketSize'' value is usableMartin Pieuchot
2016-09-17Report a LAPIC address override entry in the dmesg if it doesn't matchPhilip Guenther
2016-09-17remove unused arcofi_drain() routineAlexandre Ratchov
2016-09-16Switch over to the generic RNDIS headerMike Belopuhov