aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/if_ndis/if_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in ndis(4) after r286410. This adds a bunch of checks forGleb Smirnoff2017-05-221-36/+45
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-2/+2
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-6/+7
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-031-3/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-490/+508
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-508/+490
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-490/+508
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-5/+5
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-101-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* When anouncing link state changes on an 802.11 interface with a vap,John Baldwin2014-08-291-8/+11
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-251-2/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Don't try to free an unassigned pointer.Bernhard Schmidt2011-01-071-4/+1
* There is no reason to call rt_ifmsg(), remove it.Bernhard Schmidt2010-10-191-4/+0
* WPA_CSE_WEP104 was being incorrectly checked.Rui Paulo2010-10-131-1/+1
* len must be int, not size_tRui Paulo2010-01-061-1/+1
* Add net80211 media status reporting.Rui Paulo2010-01-051-8/+19
* Pass all IEs to net80211.Rui Paulo2009-12-141-18/+5
* ndis_scan_results() can sleep if the scan results are not ready whenJohn Baldwin2009-12-021-9/+5
* Big style cleanup. While there remove references to FreeBSD versionsRui Paulo2009-11-021-122/+64
* Fix a bad use of NULL instead of zero for int comparison. Sorry for theColeman Kane2009-10-011-3/+3
* style(9) fixes (always compare pointers to NULL)Coleman Kane2009-10-011-3/+3
* Correct a bug that could lead to a kernel panic if a user attempted toColeman Kane2009-09-301-10/+3
* The ndis_scan function may be started after ndis vap have been destroyedColeman Kane2009-09-221-0/+5
* Fix regression in last set of commits. Submitted via e-mail and thenColeman Kane2009-07-201-0/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-3/+3
* Code cleanup by moving some repetitive code into an ndis_get_bssid_listColeman Kane2009-06-231-37/+39
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-1/+1
* Replace use of ic->ic_flags with vap->iv_flags to operate on per-vap flagsColeman Kane2009-06-181-8/+10
* Fix an LORColeman Kane2009-06-101-6/+0
* fix setting of ni_txrateSam Leffler2009-06-021-25/+1
* update for net80211 rx api changeSam Leffler2009-05-201-3/+1
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-90/+55
* Only call ieee80211_start_all() if its a 80211 device.Andrew Thompson2009-04-161-1/+2
* o add a capability for drivers that require 802.3 encapsulation ofSam Leffler2009-04-081-1/+2
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-3/+2
* set NULL after free to avoid duplicate free.Weongyo Jeong2009-03-241-1/+3
* o change a lock model based on HAL preemption lock to a normal mtx.Weongyo Jeong2009-03-121-2/+10
* Fix TXPMGT handling:Sam Leffler2009-03-091-9/+14
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-071-15/+16
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-2/+2