summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwnvar.h
AgeCommit message (Expand)Author
2016-09-05convert busy flag and tsleep to rwlock as in iwmTed Unangst
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2016-01-04Add initial support for 11n mode to the iwn(4) driver.Stefan Sperling
2014-09-09Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fixStuart Henderson
2014-02-10Intel Centrino Wireless-N 2230 support. From Fabian Raetz, with a little bitMark Kettenis
2013-11-30Seems we simply have to live with fatal firmware errors. Even Linux, with itsMark Kettenis
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2012-11-17Newer chips feature "advanced" bluetooth coexistence, which is why sendingMark Kettenis
2012-11-12add IWN_FLAG_NO_BT_COEX define for previous 6235 support in if_iwnjoshua stein
2011-01-09cleanup; change the way opns are attached.Damien Bergamini
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-07-23Add suspend/resume logic.Peter Hessler
2010-05-05Prevent a process from entering iwn_ioctl while another process isDamien Bergamini
2010-04-30add support for firmware images in "type-length-value" format.Damien Bergamini
2010-02-17read calibration version from ROM and set IWN_GP_DRIVER_CALIB_VER6Damien Bergamini
2009-11-04the hybrid 6000 series (using both internal and external power amplifiers)Damien Bergamini
2009-10-28- use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even thoughDamien Bergamini
2009-10-26update WiFi Link 6000 product ids.Damien Bergamini
2009-10-24huge diff introducing many of the recent changes made by intel to iwlwifi:Damien Bergamini
2009-05-29fix confusion between number of DMA channels and number of Tx queues.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-02-15attach the Intel WiFi Link 100 and 6000 Series (though no firmwareDamien 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-19For 5000 Series, store baseband calibration results sent by theDamien Bergamini
2008-11-09rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()Damien Bergamini
2008-10-22lot of cleanup, small fixes.Damien Bergamini
2008-10-13Almost complete rewrite of iwn(4).Damien Bergamini
2007-11-19all TX rings have the same fixed size (256 entries) and this is notDamien Bergamini
2007-09-06new iwn(4) driver for Intel Wireless WiFi Link 4965AGN.Damien Bergamini