summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* Remove opt_wi.himp2008-08-271-2/+0
* The APDL-325 is a Wireless LAN pcmcia adapter that sits inside someimp2008-08-271-0/+1
* Add an altnerative Siemens SpeedStream ID. This one is for a Prism 3imp2008-08-021-0/+1
* Report what kind of chip only under bootverbose since that's nowimp2008-08-021-1/+2
* Minor tweaks to names and comments now that I understand what's goingimp2008-08-022-7/+12
* Export the hardware type (as number and name), the secondary firmwareimp2008-07-282-19/+45
* Register the interrupt handler at the end of wi_attach rather than atimp2008-07-261-13/+11
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* Only start the vaps if the init routine completed.thompsa2008-05-101-1/+2
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-206-6597/+720
* Make wi_set_channel() actually change the channel in hardware so that hostapthompsa2007-09-161-2/+15
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-051-0/+2
* MFP4(123963): Fixing a possible NULL pointer dereference by makingavatar2007-08-091-1/+1
* Now that wicontrol has been removed from the base system the correspondingthompsa2007-07-112-1/+15
* Fix scanning issues since the new net80211 code went inthompsa2007-06-301-10/+27
* Change the channel number in the scan results struct to be a pointer to thethompsa2007-06-301-1/+7
* Fix the channel reporting when the card is associated. The channel array usedthompsa2007-06-301-1/+5
* Update 802.11 wireless support:sam2007-06-112-100/+280
* - Fix mbuf/node leakage in drivers' raw_xmit().sephe2007-04-191-7/+8
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* replace if_watchdog w/ a private calloutsam2006-12-112-12/+11
* drop softc lock when passing rx frames up the stacksam2006-12-111-0/+3
* split wi_start int locked+unlocked variants and use the unlockedsam2006-12-112-9/+15
* nuke compatibility cruftsam2006-12-112-41/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-3/+4
* raw 802.11 packet transmit supportsam2006-08-053-31/+148
* Really fix the typo this time: it should be sc->sc_drvbpf to be verified,avatar2006-06-051-1/+1
* Fixing a typo in rev1.196.avatar2006-06-051-1/+1
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-5/+1
* Add ELSA XI330 product. This is rebadged and sold as SMC 2532W-B andimp2005-10-141-0/+2
* Fixing WEP bustage in hostap mode since 5.2-RELEASE.avatar2005-10-022-15/+59
* Honouring ic->ic_dtim_period.avatar2005-10-021-1/+1
* Fix "taskqueue_drain with the following non-sleepable locks held"ru2005-09-281-1/+1
* MFp4: save mac addr hint, eliminage OLDCARD shimsimp2005-09-222-35/+11
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Correct previous commit.scottl2005-08-291-3/+0
* Eliminate bogus seatbelt in wi_cmd. This may have been appropriateimp2005-08-291-5/+0
* fix media_status so devd recognizes the device as an 802.11 interfacesam2005-08-131-1/+6
* Clarify/fix handling of the current channel:sam2005-08-101-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-11/+11
* Cleanup beacon/listen interval handling:sam2005-08-081-1/+1
* When the MAC address is reported all zeros, then error is necessarilyimp2005-08-051-1/+3
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-2/+2
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-101-0/+1
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-49/+51
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-18/+25
OpenPOWER on IntegriCloud