summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2017-09-23Fix build on octeon by reverting two cosmetic changes in rtwn.c r1.34.Stefan Sperling
2017-09-22Use ieee80211_has_addr4() inline function where possible.Kevin Lo
2017-09-22- Fix short preamble for rtl8188euKevin Lo
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-07Check return of rtsx_write in previous commit as RTSX_WRITE macroJoshua Stein
2017-09-06add support for the Realtek RTS525AJoshua Stein
2017-09-03When I merged rtwn(4) and urtwn(4) register definitions, an extraStefan Sperling
2017-08-25unbreak tree: move comment out of #define. sorryTheo Buehler
2017-08-25Add comments explaining why the out-of-bounds access in CID 1453077 can'tTheo Buehler
2017-08-23Fix up rssi calculations and r88e_rx_cck structure for RTL8188EU.Kevin Lo
2017-08-22Fix negative array index read. Coverity CID 1453243 and 1453334.Ricardo Mestre
2017-08-22Fix off by one overwrite. Covery CID 1452938.Ricardo Mestre
2017-08-21Split up ahci_port_portreset into a few smaller bits, and also slightlyJonathan Matthew
2017-08-21Fix the build when RTWN_DEBUG is defined.Jonathan Gray
2017-08-20Surprise: I/Q calibration now works with urtwn(4) devices, so enable it.Stefan Sperling
2017-08-20Fix use of uninitialized variables during rtwn(4) I/Q calibration, whichStefan Sperling
2017-08-19Remove a redundant declaration of rtwn_update_avgrssi().Stefan Sperling
2017-08-18Fix ar9380 switching regulator setup. Coverity CID 1299115.Jonathan Gray
2017-08-18Avoid a NULL dereference in an error path. Coverity CID 1453201.Jonathan Gray
2017-08-18Put statements in macros inside do while constructs to avoid problemsJonathan Gray
2017-08-16Mostly cosmetic changes to make things a bit more consistant:Kevin Lo
2017-08-14Fix CID 1452952: Unlikely use of uninitialized offset in rtwn_efuse_read().Stefan Sperling
2017-08-13improve AHCI hibernate writeout performance by doing smaller delay()sMike Larkin
2017-08-12Fix Coverity CID 1453237: With rt2661 chips ral(4) was writing some stackStefan Sperling
2017-08-11Fix copy pasto (Coverity CID 1452996), with this it matches the code in FreeBSDRicardo Mestre
2017-07-26uha_init_mscp() is unused.Theo de Raadt
2017-07-17Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/sStefan Sperling
2017-07-12Introduce two quirks to prevent attaching ATA and ATAPI devicesMike Belopuhov
2017-07-08- For RTL8188CUS/RTL8192CU, we have to force 8051 reset/enable before waitingKevin Lo
2017-07-03Replace slot time durations with macros.Kevin Lo
2017-07-02Add the definition of IEEE80211_DUR_DS_SHSLOT.Kevin Lo
2017-07-01- Avoid possible use of uninitialized variable; noticed by jsg@Kevin Lo
2017-06-29kill RCSID macros; discussed with millertTheo de Raadt
2017-06-23- Fix Tx queues to USB endpoints mapping and merge urtwn_r92c_dma_init()Kevin Lo
2017-06-19Do not call txeof nor rxeof in the watchdog routine.Martin Pieuchot
2017-06-17The fonts we are looping through in vga_selectfont() are the builtinFrederic Cambus
2017-06-16- Fix incorrect values in the computation of transmit power for theKevin Lo
2017-06-12typo; from bryan vyhmeisterTheo de Raadt
2017-06-11integer overflow for two range checksTheo de Raadt
2017-06-08make the gem tx path MPSAFE.David Gwynne
2017-06-05use byte swapping loads and stores.David Gwynne