Age | Commit message (Expand) | Author |
2019-04-25 | Follow up on jmatthew's suggestion: | Kevin Lo |
2019-04-01 | Correctly extract the RSSI information from the structure. It's | Patrick Wildt |
2019-02-19 | Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. | Stefan Sperling |
2019-02-07 | Consistently use m_freem(9). This fixes possible leaks in a few | Patrick Wildt |
2019-02-07 | There's a task ring for executing commands in a sleep-safe context. | Patrick Wildt |
2019-01-30 | Make bwfm(4) query firmware for RSSI levels and current transmit rate when | Stefan Sperling |
2018-07-25 | On authentication we don't need to create the node before calling | Patrick Wildt |
2018-07-17 | TX packets, which can be either Ethernet or control packets, must be | Patrick Wildt |
2018-07-16 | Add support for the BCM43455 SDIO chip to bwfm(4). | Patrick Wildt |
2018-07-16 | Re-set the pointer to the bwfm event after the strict alignment | Patrick Wildt |
2018-07-06 | Move mbuf alignment for strict aligned architectures from the BCDC | Patrick Wildt |
2018-07-04 | Move allocation behind sanity check to address possible memory leak as | Patrick Wildt |
2018-05-23 | Only react to deauthentication/disassociation and link changes if we are | Patrick Wildt |
2018-05-23 | Select correct channel in Host AP mode. One part of that is creating | Patrick Wildt |
2018-05-23 | Implement a separate initialization stage so that we can still use | Patrick Wildt |
2018-05-17 | Recent Broadcom chipsets have a dedicated PMU core and it can't be | Patrick Wildt |
2018-05-16 | Implement a BCDC control packet mechanism based on the command request | Patrick Wildt |
2018-04-28 | Some drivers handle settting a new wifi link state manually, so make sure | Peter Hessler |
2018-04-26 | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. | Paul Irofti |
2018-02-11 | Copy the scan results into a new buffer to re-align the data so that we | Patrick Wildt |
2018-02-11 | Since the BCDC header has a variable data offset, so the ethernet packet | Patrick Wildt |
2018-02-08 | Move bwfm(4) from ifq begin/commit/rollback semantics to the newer | Patrick Wildt |
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt |
2018-02-07 | Add helper to find out if the chip supports Save/Restore. Will be used | Patrick Wildt |
2018-02-06 | Add support for chips which use SYSMEM memory. Code is a simplified | Patrick Wildt |
2018-02-06 | Support setting the Cortex-M3 cores to active mode. | Patrick Wildt |
2018-02-05 | Move event packet handling into a serialized process context to remove | Patrick Wildt |
2018-01-31 | Some wifi drivers don't call ieee80211_newstate() during some state | Stefan Sperling |
2018-01-24 | Put the default case, which prints information about an event we do not yet | Patrick Wildt |
2018-01-24 | We don't do booleans in the kernel, so replace a few occurrences of 'true' | Patrick Wildt |
2018-01-11 | Extract the control channel number from the chanspec information and | Patrick Wildt |
2018-01-08 | Initial support for HOSTAP mode. With this bwfm(4) can spawn an access | Patrick Wildt |
2018-01-08 | Delete flowrings when we take the interface down or change its | Patrick Wildt |
2018-01-05 | Drop incoming network packets as long as we are not in RUN state. This | Patrick Wildt |
2018-01-05 | When we receive an AUTH or ASSOC event even though we have already | Patrick Wildt |
2018-01-04 | Receiving an AUTH event means that we successfully authenticated, thus | Patrick Wildt |
2018-01-03 | Since the PCI attachment code already uses mbufs for RX packets, we can | Patrick Wildt |
2017-12-26 | Fix channel initialization by not using the same loop variable in nested | Patrick Wildt |
2017-12-18 | Read RAM size for chips with SOCRAM like the BCM4334 on one of my | Patrick Wildt |
2017-12-18 | Pass the BSSID to the join command so that we connect to the AP that | Patrick Wildt |
2017-12-18 | Pass scan type directly to the scan command instead of using the global | Patrick Wildt |
2017-12-18 | Support setting the Cortex-A7 cores to active/passive mode and | Patrick Wildt |
2017-12-17 | Pass Cortex-R4 reset vector to activation function. | Patrick Wildt |
2017-12-16 | Read RAM base address and size so we know where to put the firmware. | Patrick Wildt |
2017-12-16 | Implement setting the chip into active mode, as needed for setting up | Patrick Wildt |
2017-12-16 | Support setting the Cortex-R4, as found on a BCM43602, to passive mode. | Patrick Wildt |
2017-10-21 | Even though letting the firmware handle the handshake is nice from | Patrick Wildt |
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 |