summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_wpi.c
AgeCommit message (Expand)Author
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-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-03-08allows SMALL_KERNEL compilesMarc Espie
2007-11-19all TX rings have the same fixed size (256 entries) and this is notDamien Bergamini
2007-11-03fix ENETRESET handling in {wpi,iwn}_ioctl() so that the firmware won'tDamien Bergamini
2007-09-11- add callbacks for setting EDCA parameters and pairwise crypto keys.Damien Bergamini
2007-09-11fix a bug in the scan command I introduced with my previous commit.Damien Bergamini
2007-09-10- add support for 802.11 headers with various sizes (will be requiredDamien 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-08-22when running out of rx buffers, allocate a new mbuf and copy the rxDamien Bergamini
2007-08-10make it more clear that the temperature can range between 0 and 285,Jasper Lievisse Adriaanse
2007-07-24hardware WEP in the TX path.Damien Bergamini
2007-07-11endiannessDamien Bergamini
2007-07-10change firmware loading code to adopt the new 2.14.4 firmware layout.Damien Bergamini
2007-07-05move the logic of determining whether an extended supported rates IE isDamien Bergamini
2007-06-16do not allocate ring descriptors for the service queue.Damien Bergamini
2007-06-11Wait for firmware command WPI_CMD_TXPOWER to complete before sendingDamien Bergamini
2007-06-09print regulatory domain in dmesg output.Damien Bergamini
2007-06-06comment an unused function (wpi_setup_beacon).Damien Bergamini
2007-06-06- #undef the correct macroDamien Bergamini
2007-06-06make sensors framework usage consistent with other drivers; ok damien@Constantine A. Murenin
2007-06-05Major wpi(4) update: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-11-13first round of commits for proper 11b/g protection support:Damien Bergamini
2006-11-01fix firmware fatal errors on re-associations.Damien Bergamini
2006-10-23remove detach() function. this is not hotplug and this is dead code.Damien Bergamini
2006-10-23make sure wpi_iter_func() is called at splnet.Damien Bergamini
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-08-28Completely rework the allocation/management of Rx buffers.Damien Bergamini
2006-08-20- turn the interface down if the user press the radio kill button whileDamien Bergamini
2006-08-18set of unrelated cosmetic tweaks.Damien Bergamini
2006-08-10fix a use-after-free (read) of a mbuf in wpi_tx_intr().Damien Bergamini
2006-08-06endianness.Damien Bergamini
2006-08-06cosmetic tweaks.Damien Bergamini
2006-08-04extend the set of supported 802.11a channels (100-140).Damien Bergamini
2006-08-03Fix 802.11a. With these changes I can now connect my wpi(4) toDamien Bergamini
2006-08-01more 802.11a bitsDamien Bergamini
2006-08-01- improve scan code to support scanning of 802.11a channelsDamien Bergamini
2006-06-17Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.Damien Bergamini
2006-06-17- re-enable AMRRDamien Bergamini
2006-06-16- fix reassociations (the firmware was crashing because the configurationDamien Bergamini
2006-06-14must use RTS/CTS protection when sending frames at OFDM rates in a BSSDamien Bergamini
2006-06-14clear the IFF_UP interface flag before shutting down the interface.Brad Smith
2006-06-10endiannessDamien Bergamini
2006-06-05- discard Rx frames with a bad CRC earlyDamien Bergamini