aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
Commit message (Expand)AuthorAgeFilesLines
...
* Minor cleanup of vap create work:Sam Leffler2008-05-121-1/+2
* Unify all the wifi *_ioctl routinesAndrew Thompson2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-202-408/+385
* fix inverted test that disabled ACK's on xmitSam Leffler2008-03-121-1/+1
* Update wpi(4) with stability fixesAndrew Thompson2008-03-103-607/+514
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-3/+3
* rx mbufs must have a pkthdr; use m_gethdr to populate the rx ringSam Leffler2008-01-261-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andJohn Baldwin2008-01-171-1/+1
* Fix up a race condition with the callout_stop method in newstate.Benjamin Close2007-11-271-1/+4
* Handle missed beacons correctlyBenjamin Close2007-11-272-1/+22
* Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expectRink Springer2007-11-131-2/+1
* Turn off debug output, its been confusing users.Benjamin Close2007-11-081-1/+1
* Initial Import of wpi driver based on p4 changeset 128641.Benjamin Close2007-11-053-0/+4899