aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* Add ELSA XI330 product. This is rebadged and sold as SMC 2532W-B andWarner Losh2005-10-141-0/+2
* Fixing WEP bustage in hostap mode since 5.2-RELEASE.Tai-hwa Liang2005-10-022-15/+59
* Honouring ic->ic_dtim_period.Tai-hwa Liang2005-10-021-1/+1
* Fix "taskqueue_drain with the following non-sleepable locks held"Ruslan Ermilov2005-09-281-1/+1
* MFp4: save mac addr hint, eliminage OLDCARD shimsWarner Losh2005-09-222-35/+11
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Correct previous commit.Scott Long2005-08-291-3/+0
* Eliminate bogus seatbelt in wi_cmd. This may have been appropriateWarner Losh2005-08-291-5/+0
* fix media_status so devd recognizes the device as an 802.11 interfaceSam Leffler2005-08-131-1/+6
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-092-11/+11
* Cleanup beacon/listen interval handling:Sam Leffler2005-08-081-1/+1
* When the MAC address is reported all zeros, then error is necessarilyWarner Losh2005-08-051-1/+3
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-221-2/+2
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh2005-07-101-0/+1
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-49/+51
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-18/+25
* Honouring current authmode setting. With this patch, my wi card can nowTai-hwa Liang2005-06-021-1/+3
* Invert conditional and use continue to reduce nesting.Matthew N. Dodd2005-04-131-5/+5
* Unbreak style(9) breakage from last commit. We try to avoid definingWarner Losh2005-03-271-4/+2
* Unbreak LINT.Pawel Jakub Dawidek2005-03-271-0/+3
* purge dead codeSam Leffler2005-03-261-3/+0
* correct logic so we recognize timeout on allocSam Leffler2005-03-261-4/+4
* reclaim mbuf chain when ieee80211_crypto_encap failsSam Leffler2005-03-081-0/+1
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-1/+1
* The two PLANEX cards listed in pccarddevs, identified only by theirWarner Losh2005-02-011-1/+1
* Use Intersil chip names for the symbols, since many makers use theWarner Losh2005-01-201-3/+3
* Add support for SENAO SL-2511CDWarner Losh2005-01-201-1/+2
* Call wi_free after we turn off the interrupts. If we call it before,Warner Losh2005-01-191-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-067-7/+7
* Eliminate some of the egregious bypass of the 802.11 stateSam Leffler2005-01-011-18/+20
* Diff reduce wi_write_wep() relative to revision 1.168Matthew N. Dodd2004-12-171-41/+38
* Fix wep operation for station mode:Sam Leffler2004-12-171-4/+28
* set ic_ibss_chan when entering RUN state to match ic_bss so the channelSam Leffler2004-12-171-0/+1
* remove power save logic from the tx path; the driver isn't ready to supportSam Leffler2004-12-171-6/+0
* o Update for net80211 changesSam Leffler2004-12-083-205/+238
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-011-10/+6
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-0/+2
* Only match cards that claim to be network cards. I've had twoWarner Losh2004-06-091-0/+10
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-21/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* It turns out that the module dependency on pccard is in error. SinceWarner Losh2004-05-081-1/+0
* radiotap updates:Sam Leffler2004-04-012-6/+13
* correct xmit-side radiotap collection by tap'ing the frame beforeSam Leffler2004-04-011-4/+4
* Add support for a new variant of the prism3 that has appaered in theWarner Losh2004-03-251-0/+1
* Don't announce MAC addresses twice.Matthew N. Dodd2004-03-201-1/+0
* Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it boguslyBrian Feldman2004-03-171-4/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-8/+8
* update radiotap support to reflect recent changes:Sam Leffler2003-12-282-13/+14