summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis
Commit message (Expand)AuthorAgeFilesLines
* MFC r318677:glebius2017-06-082-36/+46
* 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/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* net80211 drivers: fix ieee80211_init_channels() usageavos2016-01-071-6/+7
* Fix regression in if_ndis in r280347.glebius2015-12-171-2/+1
* net80211: drop redundant 3rd parameter from iv_key_set().adrian2015-10-031-3/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-272-500/+525
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-082-525/+500
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-072-500/+525
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-5/+5
* 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
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-2/+2
* Prepare for supporting driver-overridden curchan when submitting scanadrian2015-05-101-1/+1
* Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-03-221-1/+2
* Mechanically convert to if_inc_counter().glebius2014-09-191-5/+5
* When anouncing link state changes on an 802.11 interface with a vap,jhb2014-08-291-8/+11
* Include necessary headers that now are available due to pollutionglebius2013-10-282-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-264-0/+5
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-251-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* In sys/dev/if_ndis/if_ndis_pccard.c, fix a bug where a garbage rid wasdim2012-01-031-1/+1
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSIONthompsa2011-01-221-1/+0
* Don't try to free an unassigned pointer.bschmidt2011-01-071-4/+1
* Fix a bug introduced in r216518. The ndis_subsys field holds the PCItijl2010-12-191-7/+19
* Use convenience functions where possible instead of accessing the PCItijl2010-12-181-9/+4
* Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides beingjhb2010-12-162-16/+14
* There is no reason to call rt_ifmsg(), remove it.bschmidt2010-10-191-4/+0
* WPA_CSE_WEP104 was being incorrectly checked.rpaulo2010-10-131-1/+1
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* len must be int, not size_trpaulo2010-01-061-1/+1
* Add net80211 media status reporting.rpaulo2010-01-051-8/+19
* Set correct USB device descriptionthompsa2009-12-221-0/+1
* Pass all IEs to net80211.rpaulo2009-12-141-18/+5
* ndis_scan_results() can sleep if the scan results are not ready whenjhb2009-12-021-9/+5
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-022-124/+66
* Fix a bad use of NULL instead of zero for int comparison. Sorry for thecokane2009-10-011-3/+3
* style(9) fixes (always compare pointers to NULL)cokane2009-10-011-3/+3
* Correct a bug that could lead to a kernel panic if a user attempted tocokane2009-09-301-10/+3
* The ndis_scan function may be started after ndis vap have been destroyedcokane2009-09-221-0/+5
* Fix regression in last set of commits. Submitted via e-mail and thencokane2009-07-201-0/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-3/+3
* Code cleanup by moving some repetitive code into an ndis_get_bssid_listcokane2009-06-231-37/+39
OpenPOWER on IntegriCloud