Age | Commit message (Expand) | Author |
2023-10-09 | Handle an arbitrary number of D11 cores and only disable them instead of | Mark Kettenis |
2023-03-28 | revert bwfm.c rev 1.108 | Jonathan Gray |
2023-03-26 | fix memory leaks in error paths | Jonathan Gray |
2023-03-15 | make WEP encryption work on bwfm(4) | Stefan Sperling |
2022-12-30 | Do not send (normal) packets before we reach the run state. Logic copied | Mark Kettenis |
2022-06-30 | Fix bwfm(4) crash during detach on USB. | Stefan Sperling |
2022-06-27 | Fix bwfm(4) ifconfig media display on devices with sta_info command version 3. | Stefan Sperling |
2022-04-21 | Use memset() to initialize struct ieee80211_rxinfo properly. | Stefan Sperling |
2022-03-20 | Introduce an alternative mechanism for wifi drivers to communicate | Stefan Sperling |
2022-03-06 | Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm. | Mark Kettenis |
2022-03-04 | Add support for the BCM4387. The firmware for this variant uses a new scan | Mark Kettenis |
2022-03-02 | The firmware for the bwfm(4) variants in Apple Silicon Macs has variants | Mark Kettenis |
2022-01-05 | rename ETHERTYPE_PAE to ETHERTYPE_EAPOL. | David Gwynne |
2021-12-27 | Fix off-by-one in blob download, where in the case that the blob is evenly | Patrick Wildt |
2021-12-27 | BCM4387 needs the D11 cores to be held in reset by us, the firmware | Patrick Wildt |
2021-12-27 | Send TxCap and WiFi calibration blobs to the chip. | Patrick Wildt |
2021-12-27 | Handle trailing odd-sized 1024 byte blocks when calculating TCM RAM size. | Patrick Wildt |
2021-12-26 | Add information about TCM rambase and how to check the SR capability for | Patrick Wildt |
2021-12-22 | Disable minimum power consumption in hostap mode. This improves connection | Tobias Heider |
2021-10-23 | Make sure we have enough space to add padding and final token to the nvram | Mark Kettenis |
2021-08-31 | Implement suspend/resume for bwfm(4) with PCIe backend. We try to send the | Patrick Wildt |
2021-08-31 | Clean up the list of chips upon detach and mark us uninitialized. | Patrick Wildt |
2021-08-19 | Purge the cached nodes when we switch back to SCAN. In case we lost | Patrick Wildt |
2021-08-19 | Consistently use ieee80211_begin_scan() to switch to SCAN. | Patrick Wildt |
2021-08-19 | Fix an off-by-one in bwfm(4) SSID length checks. | Stefan Sperling |
2021-08-12 | One some access points we receive an unsolicited assoc status event | Patrick Wildt |
2021-04-22 | Use the long version of the bwfm(4) firmware path, which includes the | Patrick Wildt |
2021-02-26 | Refactor bwfm(4) firmware loading. The PCIe backend will need to be able | Patrick Wildt |
2021-02-25 | Some newer chips have two D11/802.11 cores, and we need to reset both at | Patrick Wildt |
2021-02-24 | Enumerate GCI core, which seems to contain the OTP on the Apple M1. | Patrick Wildt |
2021-01-31 | Add basic support for BCM4378 as found on the Apple M1 SoCs. There's a | Patrick Wildt |
2020-12-17 | bwfm: add a delay in bwfm_set_key_cb before talking to hardware | Joshua Stein |
2020-12-02 | Extract another couple of chunks from main() into helper functions, | Kenneth R Westerback |
2020-11-16 | Fix compile error on big-endian machines caused by recent multicast commit. | Patrick Wildt |
2020-11-16 | Add multicast support to bwfm(4) to make IPv6 work and to fix | Patrick Wildt |
2020-10-22 | Switch away from splsoftnet() and change the code to splnet(). | Claudio Jeker |
2020-07-20 | The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags. | Stefan Sperling |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-06-19 | Add support for BCM4359 SDIO variants such as the AP6359SA module found | Mark Kettenis |
2020-05-15 | Some newer bwfm(4) chips from Cypress hold their regulatory | Patrick Wildt |
2020-03-06 | Process the NVRAM in bwfm(4) itself. So far we have relied on some | Patrick Wildt |
2020-02-25 | Make bwfm(4) call if_input() only once per interrupt. | Patrick Wildt |
2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). | Martin Pieuchot |
2019-11-09 | Add support for active scan to bwfm(4). So far we only have done | Patrick Wildt |
2019-10-28 | Better error handling for bwfm(4) connection attempts. When we fail | Patrick Wildt |
2019-10-09 | Restore BSS channel only when BSS was not changed in iee80211_input(). | tobhe |
2019-08-27 | Keep ieee80211_node structures cached across scans, rather than | Stefan Sperling |
2019-07-05 | Since on a SCAN each node is provided in its own event, | Patrick Wildt |
2019-05-22 | Print the bwfm(4)'s ethernet address on attach. | Patrick Wildt |
2019-05-22 | If we are SCANning and we want another SCAN, we don't need to purge | Patrick Wildt |