summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwn.c
AgeCommit message (Expand)Author
2009-08-10i prefer (m == NULL) over (!m)Damien Bergamini
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-06-02do not leak mbufs in the Rx path in case hardware decryption failed.Damien Bergamini
2009-06-02make sure the channel's subband is found in iwn4965_set_txpower().Damien Bergamini
2009-05-29fix confusion between number of DMA channels and number of Tx queues.Damien Bergamini
2009-05-28workaround a hardware bug by fixing the pci config space command registerDamien Bergamini
2009-05-27allow iwn(4) to coexist with Intel Active Management Technology (AMT)Damien Bergamini
2009-05-20add code to read from OTPROM (1000 and 6000 series only).Damien Bergamini
2009-05-12switch wpi(4) and iwn(4) over to MCLGETI.Damien Bergamini
2009-05-11new PCI IDs for 6000 series.Damien Bergamini
2009-05-11fix for some 6000 adapters that have a One Time Programmable (OTP) ROMDamien Bergamini
2009-04-26in ca_attach() there is no need to set .value and .flags of sensors to 0,Constantine A. Murenin
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-10cleanup the mess in Intel WiFi Link PCI Ids.Damien Bergamini
2009-02-15attach the Intel WiFi Link 100 and 6000 Series (though no firmwareDamien Bergamini
2009-01-26I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in lineDamien Bergamini
2008-12-22I swapped MGETHDR arguments in my m_defrag removal commit.Damien Bergamini
2008-12-21Undo m_defrag().Damien Bergamini
2008-12-12get rid of the ugly IWN_SET_DESC_SEG/NSEGS macros.Damien Bergamini
2008-12-03allow users to select a fixed rate.Damien Bergamini
2008-12-02Add code for 5150 support (not tested since I don't have the hardware andDamien Bergamini
2008-11-25more sizeof->nitemsDamien Bergamini
2008-11-25use shiny new m_defrag() and nitems() instead of rolling our own.Damien Bergamini
2008-11-25add a shitload of bus_dmamap_sync() calls, even though they are no-opsDamien Bergamini
2008-11-22- Slight wording tweak.. leave -> let.Brad Smith
2008-11-21Fix crystal and gain calibration on 5000 Series.Damien Bergamini
2008-11-19For 5000 Series, store baseband calibration results sent by theDamien Bergamini
2008-11-16clear pending interrupts in the driver attach routine.Damien Bergamini
2008-11-16remove dead code.Damien Bergamini
2008-11-09rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()Damien Bergamini
2008-11-08when defragmenting an mbuf chain, do not call M_DUP_PKTHDR.Damien Bergamini
2008-11-08remove two printfs that slipped through my last commit.Damien Bergamini
2008-11-08do not call if_start() from tx_done() unless there is a reason to do soDamien Bergamini
2008-11-08rework iwn_start().Damien Bergamini
2008-11-06The EEPROM is lying about antennas. Hardcode things based on the chipDamien Bergamini
2008-11-03HW CCMP encryption/decryption of unicast frames.Damien Bergamini
2008-10-22lot of cleanup, small fixes.Damien Bergamini
2008-10-13Almost complete rewrite of iwn(4).Damien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-07-31Wait much longer for clock stabilization.Damien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-06-16replace min() and max() function calls by MIN() and MAX().Damien Bergamini
2008-04-27fix rate control.Damien Bergamini
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-03-08allows SMALL_KERNEL compilesMarc Espie
2007-11-30s/letoh16/htole16/ in iwn_send_sensitivity().Damien Bergamini
2007-11-27fix DMA alignment constraints: rings must be aligned on a 256-byteDamien Bergamini
2007-11-19pairwise keys always have an ID equal to 0.Damien Bergamini
2007-11-19all TX rings have the same fixed size (256 entries) and this is notDamien Bergamini