aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi/if_wi.c
Commit message (Expand)AuthorAgeFilesLines
* Make wi_set_channel() actually change the channel in hardware so that hostapAndrew Thompson2007-09-161-2/+15
* o add 802.11 state machine states for DFS and client-side power saveSam Leffler2007-09-051-0/+2
* MFP4(123963): Fixing a possible NULL pointer dereference by makingTai-hwa Liang2007-08-091-1/+1
* Now that wicontrol has been removed from the base system the correspondingAndrew Thompson2007-07-111-1/+13
* Fix scanning issues since the new net80211 code went inAndrew Thompson2007-06-301-10/+27
* Change the channel number in the scan results struct to be a pointer to theAndrew Thompson2007-06-301-1/+7
* Fix the channel reporting when the card is associated. The channel array usedAndrew Thompson2007-06-301-1/+5
* Update 802.11 wireless support:Sam Leffler2007-06-111-99/+271
* - Fix mbuf/node leakage in drivers' raw_xmit().Sepherosa Ziehau2007-04-191-7/+8
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* replace if_watchdog w/ a private calloutSam Leffler2006-12-111-12/+10
* drop softc lock when passing rx frames up the stackSam Leffler2006-12-111-0/+3
* split wi_start int locked+unlocked variants and use the unlockedSam Leffler2006-12-111-9/+14
* nuke compatibility cruftSam Leffler2006-12-111-26/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-3/+4
* raw 802.11 packet transmit supportSam Leffler2006-08-051-29/+144
* Really fix the typo this time: it should be sc->sc_drvbpf to be verified,Tai-hwa Liang2006-06-051-1/+1
* Fixing a typo in rev1.196.Tai-hwa Liang2006-06-051-1/+1
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-5/+1
* Fixing WEP bustage in hostap mode since 5.2-RELEASE.Tai-hwa Liang2005-10-021-15/+55
* 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
* 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-091-10/+10
* 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
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-16/+24
* 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
* 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
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* 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-081-195/+227
* 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
* radiotap updates:Sam Leffler2004-04-011-6/+11
* correct xmit-side radiotap collection by tap'ing the frame beforeSam Leffler2004-04-011-4/+4