summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwi.c
AgeCommit message (Expand)Author
2010-11-15Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop.Damien Bergamini
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Move the guts of the powerhook function into the activate function and makeTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-12homogeneous style.Damien Bergamini
2010-08-12Instead of returning EBUSY when the busy flag is set in the ioctl, sleepOwain Ainsworth
2010-08-03Bring the suspend/resume code of all the Intel wireless drivers in line withMark Kettenis
2010-07-28Make legacy xxpower() functions call xxstop() on suspend, and simplify theirTheo de Raadt
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2009-05-11sync setting of the capinfo field of assoc req frames w/ net80211.Damien Bergamini
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2008-12-22I swapped MGETHDR arguments in my m_defrag removal commit.Damien Bergamini
2008-12-21Undo m_defrag().Damien Bergamini
2008-11-25more sizeof->nitemsDamien Bergamini
2008-11-25use shiny new m_defrag() and nitems() instead of rolling our own.Damien Bergamini
2008-09-04mostly cosmetic.Damien Bergamini
2008-09-03(Re)Association requests should contain a QoS Capability element,Damien Bergamini
2008-09-03redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE inDamien Bergamini
2008-08-2880 cols.Damien Bergamini
2008-08-28WPA support for iwi(4).Damien Bergamini
2008-08-27the firmware is responsible for sending management frames, butDamien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2007-11-17update the physical address of the RX buffer after bus_dmamap_load()Damien Bergamini
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-08-28unify firmware load failure messages; ok mglockerTheo de Raadt
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-07-06typo in an error message.Damien Bergamini
2007-07-05fixes my previous commit.Damien Bergamini
2007-07-05don't set IEEE80211_CAPINFO_ESS bit since we're not operating as an AP.Damien Bergamini
2007-01-03M_DUP_PKTHDR() cleanup. On static mbufs M_DUP_PKTHDR() will leak mbuf tags.Claudio Jeker
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-10-23remove detach() function. this is not hotplug and this is dead code.Damien Bergamini
2006-10-22Check that ni->ni_rates.rs_nrates is not greater than sizeof rs.rates inDamien Bergamini
2006-09-29add a missing format string to the beacon miss debug message.Brad Smith
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-08-19tweak dma sync opsDamien Bergamini
2006-08-19get rid of shared auth mode.Damien Bergamini
2006-08-19o Improve 802.11 radiotap support (correct Rx antenna and Rx rate,Damien Bergamini
2006-08-18set of unrelated cosmetic tweaks.Damien Bergamini
2006-06-14clear the IFF_UP interface flag before shutting down the interface.Brad Smith
2006-05-17sync handling of fatal firmware errors w/ wpi(4)Damien Bergamini
2006-05-01call iwi_stop() at beginning of iwi_init() so that all rings are properlyDamien Bergamini
2006-04-02Prevent panic when loading pre-3.0 iwi firmware, and give a helpfulDimitry Andric
2006-04-01use proper types and not fetch iobase that is not used later; damien okMichael Shalayeff
2006-04-01Put Damien's latest changes back in, okay deraadt@.Pedro Martelletto
2006-03-31Backout, causes panicsPedro Martelletto
2006-03-27- complete rework of rings allocation (do things more like ral(4))Damien Bergamini