summaryrefslogtreecommitdiff
path: root/sys/dev/if_ndis
Commit message (Expand)AuthorAgeFilesLines
* MFC r217727Andrew Thompson2011-01-251-1/+0
* MFC r213778:Bernhard Schmidt2010-11-251-1/+1
* MFC r201620,201644:Bernhard Schmidt2010-11-251-8/+19
* MFC r198786,198816,198819:Bernhard Schmidt2010-11-252-124/+66
* MFC r212122Andrew Thompson2010-11-191-0/+1
* MFC r214070:Bernhard Schmidt2010-10-261-4/+0
* MFC r200824Andrew Thompson2010-05-251-0/+1
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-111-1/+1
* MFC r200524:Rui Paulo2009-12-261-18/+5
* MFC 200037:John Baldwin2009-12-181-9/+5
* MFC: r197403, r197644, r197654, and r197659Coleman Kane2009-10-061-10/+8
* 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-234-4/+4
* Replace use of ic->ic_flags with vap->iv_flags to operate on per-vap flagsColeman Kane2009-06-181-8/+10
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-3/+3
* Fix an LORColeman Kane2009-06-101-6/+0
* Commit missed driver_info to driver_ivar change in usb_attach_args.Andrew Thompson2009-06-081-2/+2
* fix setting of ni_txrateSam Leffler2009-06-021-25/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-282-5/+5
* Fix a few variable renames of usb2_mode outside dev/usb.Andrew Thompson2009-05-211-1/+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-022-94/+56
* 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
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxWeongyo Jeong2009-03-182-0/+8
* o change a lock model based on HAL preemption lock to a normal mtx.Weongyo Jeong2009-03-123-4/+32
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Fix TXPMGT handling:Sam Leffler2009-03-091-9/+14
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-075-100/+81
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-234-10/+10
* Provide a NDIS tx power level converstion to/from net80211, this uses a loookupAndrew Thompson2009-01-121-1/+30
* fix a typo to set the 48Mbps data rate.Weongyo Jeong2009-01-091-2/+2
* Integrate the NDIS USB support code to CURRENT.Weongyo Jeong2008-12-275-17/+189
* hookup mcast and promisc callbacksSam Leffler2008-11-301-0/+18
* Fake the assoc id so that ndis can work on the latest net80211.Andrew Thompson2008-11-111-1/+10
* sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, notWeongyo Jeong2008-10-042-3/+3
* Fix a mutex LOR introduced by the conversion of if_ndis from spinlocks toColeman Kane2008-07-091-0/+2
* Convert ndis_spinlock to ndis_mtx and start using the sleepableColeman Kane2008-06-112-8/+5
* Update if_ndis to remove the legacy if_watchdog interface andColeman Kane2008-06-032-44/+33
* Fix a panic that it's occurred when NDIS init handler returned a errorWeongyo Jeong2008-05-301-5/+8
* Minor cleanup of vap create work:Sam Leffler2008-05-121-1/+1
* - Associate from a taskq as we can deadlock on the ndis hal and the com lock.Andrew Thompson2008-05-102-11/+49
* Partially revert the last rev. Do call ndis_setstate_80211() when we up theAndrew Thompson2008-05-101-65/+113
* Do not call ndis_setstate_80211() until we are ready to associate, the vap mayAndrew Thompson2008-05-011-11/+9
* Unify all the wifi *_ioctl routinesAndrew Thompson2008-05-011-12/+50