summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis/if_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix the build after net80211HEAD.tgz."Renato Botelho2016-02-221-1/+1
* Fix the build after net80211HEAD.tgz.Luiz Otavio O Souza2015-09-031-1/+1
* MFC 270830:jhb2014-09-171-8/+11
* 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
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* Don't try to free an unassigned pointer.bschmidt2011-01-071-4/+1
* 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
* len must be int, not size_trpaulo2010-01-061-1/+1
* Add net80211 media status reporting.rpaulo2010-01-051-8/+19
* 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-021-122/+64
* 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
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-1/+1
* Replace use of ic->ic_flags with vap->iv_flags to operate on per-vap flagscokane2009-06-181-8/+10
* Fix an LORcokane2009-06-101-6/+0
* fix setting of ni_txratesam2009-06-021-25/+1
* update for net80211 rx api changesam2009-05-201-3/+1
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-90/+55
* Only call ieee80211_start_all() if its a 80211 device.thompsa2009-04-161-1/+2
* o add a capability for drivers that require 802.3 encapsulation ofsam2009-04-081-1/+2
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-3/+2
* set NULL after free to avoid duplicate free.weongyo2009-03-241-1/+3
* o change a lock model based on HAL preemption lock to a normal mtx.weongyo2009-03-121-2/+10
* Fix TXPMGT handling:sam2009-03-091-9/+14
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-15/+16
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-2/+2
* Provide a NDIS tx power level converstion to/from net80211, this uses a loookupthompsa2009-01-121-1/+30
* fix a typo to set the 48Mbps data rate.weongyo2009-01-091-2/+2
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-13/+43
* hookup mcast and promisc callbackssam2008-11-301-0/+18
* Fake the assoc id so that ndis can work on the latest net80211.thompsa2008-11-111-1/+10
* sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, notweongyo2008-10-041-2/+2
* Fix a mutex LOR introduced by the conversion of if_ndis from spinlocks tocokane2008-07-091-0/+2
* Convert ndis_spinlock to ndis_mtx and start using the sleepablecokane2008-06-111-3/+2
* Update if_ndis to remove the legacy if_watchdog interface andcokane2008-06-031-44/+31
* Fix a panic that it's occurred when NDIS init handler returned a errorweongyo2008-05-301-5/+8
* Minor cleanup of vap create work:sam2008-05-121-1/+1
* - Associate from a taskq as we can deadlock on the ndis hal and the com lock.thompsa2008-05-101-11/+47
* Partially revert the last rev. Do call ndis_setstate_80211() when we up thethompsa2008-05-101-65/+113
* Do not call ndis_setstate_80211() until we are ready to associate, the vap maythompsa2008-05-011-11/+9
OpenPOWER on IntegriCloud