summaryrefslogtreecommitdiffstats
path: root/sys/dev/bwi
Commit message (Expand)AuthorAgeFilesLines
* bwi: switch to ieee80211_add_channel_list_2ghz().avos2016-05-261-6/+45
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* net80211 + drivers: hide size of 'bands' array behind a macro.avos2016-04-291-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.pfg2016-04-191-2/+1
* net80211 drivers: fix ieee80211_init_channels() usageavos2016-01-071-6/+6
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-4/+1
* net80211 & wireless drivers: remove duplicate defines (noop)adrian2015-09-224-36/+19
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-275-277/+202
* Convert more ifp->if_softc -> ic->ic_softc.adrian2015-08-171-7/+6
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-085-205/+281
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-075-281/+205
* Follow-up r283636 with a fix to the other abuses of BUS_SPACE_MAXSIZE_32BIT.scottl2015-05-281-4/+4
* To avoid sleeping in firmware_get() with bwi mutex held, callglebius2015-05-273-6/+6
* In bwi_mac_fw_alloc():glebius2015-05-271-30/+20
* Setup the interrupt handler after bwi_attach(). If IRQ is shared, interruptglebius2015-05-271-10/+10
* - Don't request BUS_DMA_ALLOCNOW for dma tags, that requires enormousglebius2015-05-271-6/+6
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-5/+4
* Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-251-0/+1
* Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-03-221-1/+1
* Mechanically convert to if_inc_counter().glebius2014-09-191-8/+8
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-4/+4
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-265-0/+6
* ieee80211_rate2plcp() and ieee80211_rate2phytype() are both pre-11nadrian2013-08-131-2/+5
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-5/+5
* Add opt_wlan.h includes, so IEEE80211_* configuration changes areadrian2012-05-125-0/+6
* Fix some net80211 enum nits:bschmidt2011-12-171-13/+13
* Fix an incorrect use of sizeof().adrian2011-10-101-1/+1
* Update from OpenBSD: Include 0x4402 in the bbp id mapping table used on older...adrian2011-10-101-1/+1
* Fix an unaligned access issue; tidy up OFDM/DS rate decoding from the PLCP.adrian2011-10-031-20/+9
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-171-6/+0
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-2/+2
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-2/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-141-1/+2
* Fixes a page fault in bwi_pci_probe() because the array isn't terminatedweongyo2010-07-101-1/+2
* Initializes the ratectl for a node when the state is changed to RUN.weongyo2010-06-291-0/+6
* Fixes NULL pointer reference that it's occurred when the state isweongyo2010-06-291-5/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Avoid NULL deref.rpaulo2010-04-071-1/+1
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-072-41/+10
* More consistent whitespace.jhb2009-11-111-1/+1
* Use a dedicated callout to drive the transmit watchdog timer instead ofjhb2009-11-112-12/+18
* In bwi_newstate, only zero the bssid when we stop a STA. And onlyimp2009-06-021-6/+20
* Move the unlock to after the ifdef (maybe the right fix is to removeimp2009-06-011-1/+1
* Make sure that we drain the LED blinking callout on detach.imp2009-06-011-0/+1
* Add a comment about what may be happening when we get certainimp2009-06-011-0/+17
* fix typosam2009-05-301-2/+2
* validate tx rate(s) in the raw xmit pathsam2009-05-291-2/+15
* Overhaul monitor mode handling:sam2009-05-202-29/+16
OpenPOWER on IntegriCloud