| Commit message (Expand) | Author | Age | Files | Lines |
* | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | adrian | 2015-10-12 | 1 | -4/+1 |
* | net80211 & wireless drivers: remove duplicate defines (noop) | adrian | 2015-09-22 | 4 | -36/+19 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | glebius | 2015-08-27 | 5 | -277/+202 |
* | Convert more ifp->if_softc -> ic->ic_softc. | adrian | 2015-08-17 | 1 | -7/+6 |
* | Revert the wifi ifnet changes until things are more baked and tested. | adrian | 2015-08-08 | 5 | -205/+281 |
* | Change KPI of how device drivers that provide wireless connectivity interact | glebius | 2015-08-07 | 5 | -281/+205 |
* | Follow-up r283636 with a fix to the other abuses of BUS_SPACE_MAXSIZE_32BIT. | scottl | 2015-05-28 | 1 | -4/+4 |
* | To avoid sleeping in firmware_get() with bwi mutex held, call | glebius | 2015-05-27 | 3 | -6/+6 |
* | In bwi_mac_fw_alloc(): | glebius | 2015-05-27 | 1 | -30/+20 |
* | Setup the interrupt handler after bwi_attach(). If IRQ is shared, interrupt | glebius | 2015-05-27 | 1 | -10/+10 |
* | - Don't request BUS_DMA_ALLOCNOW for dma tags, that requires enormous | glebius | 2015-05-27 | 1 | -6/+6 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | glebius | 2015-05-25 | 1 | -5/+4 |
* | Set ic_softc in all 802.11 drivers. Not required right now, but will be | glebius | 2015-05-25 | 1 | -0/+1 |
* | Make net80211 drivers supply their device name to the net80211 layer, so | glebius | 2015-05-25 | 1 | -0/+1 |
* | Remove MAXBSIZE use from drivers where it has nothing to do. | mav | 2015-03-22 | 1 | -1/+1 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -8/+8 |
* | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | kevlo | 2014-01-08 | 1 | -4/+4 |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 1 | -0/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 5 | -0/+6 |
* | ieee80211_rate2plcp() and ieee80211_rate2phytype() are both pre-11n | adrian | 2013-08-13 | 1 | -2/+5 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -5/+5 |
* | Add opt_wlan.h includes, so IEEE80211_* configuration changes are | adrian | 2012-05-12 | 5 | -0/+6 |
* | Fix some net80211 enum nits: | bschmidt | 2011-12-17 | 1 | -13/+13 |
* | Fix an incorrect use of sizeof(). | adrian | 2011-10-10 | 1 | -1/+1 |
* | Update from OpenBSD: Include 0x4402 in the bbp id mapping table used on older... | adrian | 2011-10-10 | 1 | -1/+1 |
* | Fix an unaligned access issue; tidy up OFDM/DS rate decoding from the PLCP. | adrian | 2011-10-03 | 1 | -20/+9 |
* | Pull ieee80211_ratectl_node_init() calls from drivers into net80211. | bschmidt | 2011-01-17 | 1 | -6/+0 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -2/+2 |
* | Instead of using the AMRR ratectl algo as default for drivers which have | bschmidt | 2010-11-06 | 1 | -2/+1 |
* | Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework | bschmidt | 2010-08-14 | 1 | -1/+2 |
* | Fixes a page fault in bwi_pci_probe() because the array isn't terminated | weongyo | 2010-07-10 | 1 | -1/+2 |
* | Initializes the ratectl for a node when the state is changed to RUN. | weongyo | 2010-06-29 | 1 | -0/+6 |
* | Fixes NULL pointer reference that it's occurred when the state is | weongyo | 2010-06-29 | 1 | -5/+0 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -2/+2 |
* | Avoid NULL deref. | rpaulo | 2010-04-07 | 1 | -1/+1 |
* | net80211 rate control framework (net80211 ratectl). | rpaulo | 2010-04-07 | 2 | -41/+10 |
* | More consistent whitespace. | jhb | 2009-11-11 | 1 | -1/+1 |
* | Use a dedicated callout to drive the transmit watchdog timer instead of | jhb | 2009-11-11 | 2 | -12/+18 |
* | In bwi_newstate, only zero the bssid when we stop a STA. And only | imp | 2009-06-02 | 1 | -6/+20 |
* | Move the unlock to after the ifdef (maybe the right fix is to remove | imp | 2009-06-01 | 1 | -1/+1 |
* | Make sure that we drain the LED blinking callout on detach. | imp | 2009-06-01 | 1 | -0/+1 |
* | Add a comment about what may be happening when we get certain | imp | 2009-06-01 | 1 | -0/+17 |
* | fix typo | sam | 2009-05-30 | 1 | -2/+2 |
* | validate tx rate(s) in the raw xmit path | sam | 2009-05-29 | 1 | -2/+15 |
* | Overhaul monitor mode handling: | sam | 2009-05-20 | 2 | -29/+16 |
* | Remove unnecessary comments. 11A read/write is the same: its just the | imp | 2009-05-18 | 1 | -2/+0 |
* | Fix a typo from the original driver. We need to write ctrl2 into RF | imp | 2009-05-18 | 1 | -1/+1 |
* | Correct types of PHY, per http://bcm-specs.sipsolutions.net/PHYVersioning | imp | 2009-05-18 | 1 | -1/+2 |
* | Turns out that my BCM4318 has a PCI ID of 0x4319, which lead me to | imp | 2009-05-18 | 1 | -10/+12 |
* | Cleanup module declarations: | imp | 2009-05-15 | 1 | -6/+4 |