Age | Commit message (Expand) | Author |
2017-11-28 | The athn(4) PCI driver forgot about adding the default noisefloor to | Stefan Sperling |
2017-11-28 | In athn(4), fix a comment which misidentifies the field where RSSI | Stefan Sperling |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-10-21 | Even though letting the firmware handle the handshake is nice from | Patrick Wildt |
2017-10-19 | spelling fix; from miod | Jason McIntyre |
2017-10-19 | Disable promisc mode and accepting all multicast packets. These should | Patrick Wildt |
2017-10-18 | Pass the SIOCG80211ALLCHANS and SIOCG80211STATS ioctls to our net80211 | Patrick Wildt |
2017-10-18 | Add a scan timeout so we can recover if the firmware decides not to | Patrick Wildt |
2017-10-18 | Pad the holes in the struct to make sure compilers do not choose to | Patrick Wildt |
2017-10-18 | Read and extract the channel number from the chanspec to beautify the | Patrick Wildt |
2017-10-18 | It turns out that using the packed attribute on most structs was a bad | Patrick Wildt |
2017-10-18 | Stop handling SIOCSIFMTU like in the wireless stack. | Martin Pieuchot |
2017-10-18 | Extract supported frequencies and HT/VHT mode from the firmware instead | Patrick Wildt |
2017-10-18 | Revert previous commit, since not all interfaces behaved the same. | Patrick Wildt |
2017-10-18 | Only overwrite the caller's variable if we successfully read data from | Patrick Wildt |
2017-10-16 | Allow a more fine grained control about which ciphers to use. | Patrick Wildt |
2017-10-16 | Handle wpa parameters using the ieee80211 ioctl so we can start | Patrick Wildt |
2017-10-16 | Clear up some defines regarding WPA cipher settings. This allows me | Patrick Wildt |
2017-10-15 | Set default join preferences to prefer APs based on the RSSI, with | Patrick Wildt |
2017-10-15 | Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(), | Stefan Sperling |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-10-09 | Fix build on 32 bit; paddr in rtsx_xfer_dma needs to be 64bit on all platforms. | Stefan Sperling |
2017-10-09 | Add ADMA support to rtsx(4) to make use of DMA buffers provided by sdmmc(4). | Stefan Sperling |
2017-09-26 | Prevent null pointer dereference when probing channels | Mike Belopuhov |
2017-09-23 | Fix build on octeon by reverting two cosmetic changes in rtwn.c r1.34. | Stefan Sperling |
2017-09-22 | Use ieee80211_has_addr4() inline function where possible. | Kevin Lo |
2017-09-22 | - Fix short preamble for rtl8188eu | Kevin Lo |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-07 | Check return of rtsx_write in previous commit as RTSX_WRITE macro | Joshua Stein |
2017-09-06 | add support for the Realtek RTS525A | Joshua Stein |
2017-09-03 | When I merged rtwn(4) and urtwn(4) register definitions, an extra | Stefan Sperling |
2017-08-25 | unbreak tree: move comment out of #define. sorry | Theo Buehler |
2017-08-25 | Add comments explaining why the out-of-bounds access in CID 1453077 can't | Theo Buehler |
2017-08-23 | Fix up rssi calculations and r88e_rx_cck structure for RTL8188EU. | Kevin Lo |
2017-08-22 | Fix negative array index read. Coverity CID 1453243 and 1453334. | Ricardo Mestre |
2017-08-22 | Fix off by one overwrite. Covery CID 1452938. | Ricardo Mestre |
2017-08-21 | Split up ahci_port_portreset into a few smaller bits, and also slightly | Jonathan Matthew |
2017-08-21 | Fix the build when RTWN_DEBUG is defined. | Jonathan Gray |
2017-08-20 | Surprise: I/Q calibration now works with urtwn(4) devices, so enable it. | Stefan Sperling |
2017-08-20 | Fix use of uninitialized variables during rtwn(4) I/Q calibration, which | Stefan Sperling |
2017-08-19 | Remove a redundant declaration of rtwn_update_avgrssi(). | Stefan Sperling |
2017-08-18 | Fix ar9380 switching regulator setup. Coverity CID 1299115. | Jonathan Gray |
2017-08-18 | Avoid a NULL dereference in an error path. Coverity CID 1453201. | Jonathan Gray |
2017-08-18 | Put statements in macros inside do while constructs to avoid problems | Jonathan Gray |
2017-08-16 | Mostly cosmetic changes to make things a bit more consistant: | Kevin Lo |
2017-08-14 | Fix CID 1452952: Unlikely use of uninitialized offset in rtwn_efuse_read(). | Stefan Sperling |
2017-08-13 | improve AHCI hibernate writeout performance by doing smaller delay()s | Mike Larkin |
2017-08-12 | Fix Coverity CID 1453237: With rt2661 chips ral(4) was writing some stack | Stefan Sperling |
2017-08-11 | Fix copy pasto (Coverity CID 1452996), with this it matches the code in FreeBSD | Ricardo Mestre |