| Commit message (Expand) | Author | Age | Files | Lines |
* | Add basic support for BCM4378 as found on the Apple M1 SoCs. There's a |  patrick | 2021-01-31 | 1 | -1/+6 |
* | bwfm: add a delay in bwfm_set_key_cb before talking to hardware |  jcs | 2020-12-17 | 1 | -1/+3 |
* | Extract another couple of chunks from main() into helper functions, |  krw | 2020-12-02 | 1 | -2/+14 |
* | Fix compile error on big-endian machines caused by recent multicast commit. |  patrick | 2020-11-16 | 1 | -2/+2 |
* | Add multicast support to bwfm(4) to make IPv6 work and to fix |  patrick | 2020-11-16 | 1 | -6/+52 |
* | Switch away from splsoftnet() and change the code to splnet(). |  claudio | 2020-10-22 | 1 | -7/+7 |
* | The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags. |  stsp | 2020-07-20 | 1 | -2/+2 |
* | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. |  patrick | 2020-07-10 | 1 | -2/+2 |
* | Add support for BCM4359 SDIO variants such as the AP6359SA module found |  kettenis | 2020-06-19 | 1 | -2/+7 |
* | Some newer bwfm(4) chips from Cypress hold their regulatory |  patrick | 2020-05-15 | 1 | -1/+48 |
* | Process the NVRAM in bwfm(4) itself. So far we have relied on some |  patrick | 2020-03-06 | 1 | -1/+50 |
* | Make bwfm(4) call if_input() only once per interrupt. |  patrick | 2020-02-25 | 1 | -11/+8 |
* | Convert sleeps of 1sec or more to tsleep_nsec(9). |  mpi | 2020-01-09 | 1 | -2/+2 |
* | Add support for active scan to bwfm(4). So far we only have done |  patrick | 2019-11-09 | 1 | -9/+26 |
* | Better error handling for bwfm(4) connection attempts. When we fail |  patrick | 2019-10-28 | 1 | -11/+53 |
* | Restore BSS channel only when BSS was not changed in iee80211_input(). |  tobhe | 2019-10-09 | 1 | -9/+14 |
* | Keep ieee80211_node structures cached across scans, rather than |  stsp | 2019-08-27 | 1 | -2/+2 |
* | Since on a SCAN each node is provided in its own event, |  patrick | 2019-07-05 | 1 | -8/+19 |
* | Print the bwfm(4)'s ethernet address on attach. |  patrick | 2019-05-22 | 1 | -1/+3 |
* | If we are SCANning and we want another SCAN, we don't need to purge |  patrick | 2019-05-22 | 1 | -1/+6 |
* | Follow up on jmatthew's suggestion: |  kevlo | 2019-04-25 | 1 | -2/+2 |
* | Correctly extract the RSSI information from the structure. It's |  patrick | 2019-04-01 | 1 | -2/+2 |
* | Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. |  stsp | 2019-02-19 | 1 | -27/+51 |
* | Consistently use m_freem(9). This fixes possible leaks in a few |  patrick | 2019-02-07 | 1 | -4/+4 |
* | There's a task ring for executing commands in a sleep-safe context. |  patrick | 2019-02-07 | 1 | -1/+2 |
* | Make bwfm(4) query firmware for RSSI levels and current transmit rate when |  stsp | 2019-01-30 | 1 | -1/+137 |
* | On authentication we don't need to create the node before calling |  patrick | 2018-07-25 | 1 | -14/+2 |
* | TX packets, which can be either Ethernet or control packets, must be |  patrick | 2018-07-17 | 1 | -4/+2 |
* | Add support for the BCM43455 SDIO chip to bwfm(4). |  patrick | 2018-07-16 | 1 | -1/+2 |
* | Re-set the pointer to the bwfm event after the strict alignment |  patrick | 2018-07-16 | 1 | -2/+3 |
* | Move mbuf alignment for strict aligned architectures from the BCDC |  patrick | 2018-07-06 | 1 | -19/+15 |
* | Move allocation behind sanity check to address possible memory leak as |  patrick | 2018-07-04 | 1 | -4/+4 |
* | Only react to deauthentication/disassociation and link changes if we are |  patrick | 2018-05-23 | 1 | -4/+7 |
* | Select correct channel in Host AP mode. One part of that is creating |  patrick | 2018-05-23 | 1 | -2/+65 |
* | Implement a separate initialization stage so that we can still use |  patrick | 2018-05-23 | 1 | -35/+77 |
* | Recent Broadcom chipsets have a dedicated PMU core and it can't be |  patrick | 2018-05-17 | 1 | -2/+5 |
* | Implement a BCDC control packet mechanism based on the command request |  patrick | 2018-05-16 | 1 | -61/+102 |
* | Some drivers handle settting a new wifi link state manually, so make sure |  phessler | 2018-04-28 | 1 | -1/+3 |
* | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. |  pirofti | 2018-04-26 | 1 | -4/+1 |
* | Copy the scan results into a new buffer to re-align the data so that we |  patrick | 2018-02-11 | 1 | -3/+15 |
* | Since the BCDC header has a variable data offset, so the ethernet packet |  patrick | 2018-02-11 | 1 | -1/+20 |
* | Move bwfm(4) from ifq begin/commit/rollback semantics to the newer |  patrick | 2018-02-08 | 1 | -15/+10 |
* | Move parsing the BCDC header on RX into a protocol specific RX |  patrick | 2018-02-07 | 1 | -1/+21 |
* | Add helper to find out if the chip supports Save/Restore. Will be used |  patrick | 2018-02-07 | 1 | -1/+44 |
* | Add support for chips which use SYSMEM memory. Code is a simplified |  patrick | 2018-02-06 | 1 | -2/+26 |
* | Support setting the Cortex-M3 cores to active mode. |  patrick | 2018-02-06 | 1 | -2/+13 |
* | Move event packet handling into a serialized process context to remove |  patrick | 2018-02-05 | 1 | -27/+35 |
* | Some wifi drivers don't call ieee80211_newstate() during some state |  stsp | 2018-01-31 | 1 | -8/+12 |
* | Put the default case, which prints information about an event we do not yet |  patrick | 2018-01-24 | 1 | -4/+4 |
* | We don't do booleans in the kernel, so replace a few occurrences of 'true' |  patrick | 2018-01-24 | 1 | -4/+4 |