aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* Use correct bus_dma_tag_t for TX frames.Bernhard Schmidt2010-04-211-2/+4
* Declare all functions as static.Bernhard Schmidt2010-04-111-218/+218
* Hook ieee80211_media_change() to ieee80211_vap_attach().Bernhard Schmidt2010-04-111-2/+1
* iwn5000_reset_sched() is not used; #ifdef it.Bernhard Schmidt2010-04-111-0/+4
* Add some missing protoypes.Bernhard Schmidt2010-04-111-1/+26
* iwn4965_set_txpower() uses maxpwr from EEPROM to calculate the power toBernhard Schmidt2010-04-101-0/+4
* * Rename bluetooth coexistence flags, no binary change.Bernhard Schmidt2010-04-103-24/+57
* Small whitespace cleanup.Bernhard Schmidt2010-04-101-10/+8
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-072-22/+13
* Fix for the Intel WiFi Link 1000. The EEPROM image is in the OTPROM blockBernhard Schmidt2010-02-151-7/+7
* o add more notification strings in iwn_intr_str()Rui Paulo2010-01-252-2/+16
* Revert iwn channel-argument handling of set_txpower() to r201822Giorgos Keramidas2010-01-092-13/+19
* Fix array overflow.Edward Tomasz Napierala2010-01-081-1/+1
* iwn(4) update. Notable changes:Rui Paulo2009-12-293-707/+1477
* Updates to the iwn driver:Rui Paulo2009-10-241-45/+109
* Updated iwn(4) driver supporting the newer series, 5000, 5150 and 5300.Rui Paulo2009-10-233-2602/+4498
* For ic_opmode switch cases, provide a default label with a printf sayingRui Paulo2009-07-101-1/+2
* validate tx rate(s) in the raw xmit pathSam Leffler2009-05-291-0/+6
* Overhaul monitor mode handling:Sam Leffler2009-05-202-37/+18
* Abort any scan on a fatal firmware. ic_scan_curchan is overridden to performAndrew Thompson2009-05-101-0/+3
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-022-255/+106
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-301-6/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-11/+11
* Remove gratuitous unlock in error case.Juli Mallett2009-03-241-1/+0
* remove references to ic_statsSam Leffler2009-02-131-3/+0
* o use the new association callback to notify the driver when joining a bssSam Leffler2008-10-271-5/+0
* Add MSI support.Alexander Motin2008-10-241-1/+6
* Change the calling convention for ic_node_alloc to deal withSam Leffler2008-06-071-2/+3
* We can not call iwn_start directly in the interruptXin LI2008-05-261-3/+14
* Minor cleanup of vap create work:Sam Leffler2008-05-121-1/+2
* Unify all the wifi *_ioctl routinesAndrew Thompson2008-05-011-7/+8
* fix buildSam Leffler2008-04-301-2/+2
* disable HT capabilities until we sort out firmware issuesSam Leffler2008-04-291-1/+3
* Intel 4965 wireless driver (derived from openbsd driver of the same name)Sam Leffler2008-04-293-0/+5827