| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r197403, r197644, r197654, and r197659 | Coleman Kane | 2009-10-06 | 1 | -10/+8 |
| * | Fix regression in last set of commits. Submitted via e-mail and then | Coleman Kane | 2009-07-20 | 1 | -0/+2 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -3/+3 |
| * | Code cleanup by moving some repetitive code into an ndis_get_bssid_list | Coleman Kane | 2009-06-23 | 1 | -37/+39 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 4 | -4/+4 |
| * | Replace use of ic->ic_flags with vap->iv_flags to operate on per-vap flags | Coleman Kane | 2009-06-18 | 1 | -8/+10 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -3/+3 |
| * | Fix an LOR | Coleman Kane | 2009-06-10 | 1 | -6/+0 |
| * | Commit missed driver_info to driver_ivar change in usb_attach_args. | Andrew Thompson | 2009-06-08 | 1 | -2/+2 |
| * | fix setting of ni_txrate | Sam Leffler | 2009-06-02 | 1 | -25/+1 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -1/+1 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 2 | -5/+5 |
| * | Fix a few variable renames of usb2_mode outside dev/usb. | Andrew Thompson | 2009-05-21 | 1 | -1/+1 |
| * | update for net80211 rx api change | Sam Leffler | 2009-05-20 | 1 | -3/+1 |
| * | Create a taskqueue for each wireless interface which provides a serialised | Andrew Thompson | 2009-05-02 | 2 | -94/+56 |
| * | Only call ieee80211_start_all() if its a 80211 device. | Andrew Thompson | 2009-04-16 | 1 | -1/+2 |
| * | o add a capability for drivers that require 802.3 encapsulation of | Sam Leffler | 2009-04-08 | 1 | -1/+2 |
| * | Eliminate ic_myaddr so changing the mac address of a device works correctly: | Sam Leffler | 2009-03-29 | 1 | -3/+2 |
| * | set NULL after free to avoid duplicate free. | Weongyo Jeong | 2009-03-24 | 1 | -1/+3 |
| * | Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxx | Weongyo Jeong | 2009-03-18 | 2 | -0/+8 |
| * | o change a lock model based on HAL preemption lock to a normal mtx. | Weongyo Jeong | 2009-03-12 | 3 | -4/+32 |
| * | remove now-redunant cardbus attachment. | Warner Losh | 2009-03-09 | 1 | -1/+0 |
| * | Fix TXPMGT handling: | Sam Leffler | 2009-03-09 | 1 | -9/+14 |
| * | o port NDIS USB support from USB1 to the new usb(USB2). | Weongyo Jeong | 2009-03-07 | 5 | -100/+81 |
| * | Move usb to a graveyard location under sys/legacy/dev, it is intended that the | Andrew Thompson | 2009-02-23 | 4 | -10/+10 |
| * | Provide a NDIS tx power level converstion to/from net80211, this uses a loookup | Andrew Thompson | 2009-01-12 | 1 | -1/+30 |
| * | fix a typo to set the 48Mbps data rate. | Weongyo Jeong | 2009-01-09 | 1 | -2/+2 |
| * | Integrate the NDIS USB support code to CURRENT. | Weongyo Jeong | 2008-12-27 | 5 | -17/+189 |
| * | hookup mcast and promisc callbacks | Sam Leffler | 2008-11-30 | 1 | -0/+18 |
| * | Fake the assoc id so that ndis can work on the latest net80211. | Andrew Thompson | 2008-11-11 | 1 | -1/+10 |
| * | sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not | Weongyo Jeong | 2008-10-04 | 2 | -3/+3 |
| * | Fix a mutex LOR introduced by the conversion of if_ndis from spinlocks to | Coleman Kane | 2008-07-09 | 1 | -0/+2 |
| * | Convert ndis_spinlock to ndis_mtx and start using the sleepable | Coleman Kane | 2008-06-11 | 2 | -8/+5 |
| * | Update if_ndis to remove the legacy if_watchdog interface and | Coleman Kane | 2008-06-03 | 2 | -44/+33 |
| * | Fix a panic that it's occurred when NDIS init handler returned a error | Weongyo Jeong | 2008-05-30 | 1 | -5/+8 |
| * | Minor cleanup of vap create work: | Sam Leffler | 2008-05-12 | 1 | -1/+1 |
| * | - Associate from a taskq as we can deadlock on the ndis hal and the com lock. | Andrew Thompson | 2008-05-10 | 2 | -11/+49 |
| * | Partially revert the last rev. Do call ndis_setstate_80211() when we up the | Andrew Thompson | 2008-05-10 | 1 | -65/+113 |
| * | Do not call ndis_setstate_80211() until we are ready to associate, the vap may | Andrew Thompson | 2008-05-01 | 1 | -11/+9 |
| * | Unify all the wifi *_ioctl routines | Andrew Thompson | 2008-05-01 | 1 | -12/+50 |
| * | Multi-bss (aka vap) support for 802.11 devices. | Sam Leffler | 2008-04-20 | 2 | -329/+229 |
| * | Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in my | Coleman Kane | 2008-04-17 | 1 | -1/+1 |
| * | Change the timeout(9) usage in if_ndis to a callout(9) implementation, | Coleman Kane | 2008-04-17 | 2 | -10/+7 |
| * | Use pause(9) instead of a tsleep() on a stack variable. | John Baldwin | 2008-01-17 | 1 | -1/+1 |
| * | sc->ndis_tq variable is only initialized when a driver module is for wireless | Andrew Thompson | 2007-12-09 | 1 | -2/+4 |
| * | Preallocate some space to return the scan results, some drivers do not properly | Andrew Thompson | 2007-12-07 | 1 | -9/+25 |
| * | Cast address of 'bssid' to uint8_t since printf() expects to get unsigned | Wojciech A. Koszek | 2007-12-04 | 1 | -1/+1 |
| * | Remove compatibilty defines to simplify reading the code, this is around 10% of | Andrew Thompson | 2007-12-03 | 3 | -325/+0 |
| * | Hide a debug printf, NDIS_DEBUG is always defined and we test the sysctl. | Andrew Thompson | 2007-12-02 | 1 | -3/+5 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -1/+1 |