summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_wpi.c
AgeCommit message (Expand)Author
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
2006-05-29Do not cast a bus_addr_t back in to a pointer as these types may not beMiod Vallat
2006-05-25automatic rate control (AMRR) + cosmetic and small fixesDamien Bergamini
2006-05-20more radiotap.Damien Bergamini
2006-05-20more rx radiotap statsDamien Bergamini
2006-05-20- fix monitor modeDamien Bergamini
2006-05-20- fix CCK mask for 802.11b/onlyDamien Bergamini
2006-05-20- fix short slot time and short preamble settingsDamien Bergamini
2006-05-19read channels calibration settings from EEPROM only once in wpi_attach()Damien Bergamini
2006-05-19don't leak a mbuf with each scan commandDamien Bergamini
2006-05-19simplify finalization of mbuf in wpi_rx_intr()Damien Bergamini
2006-05-19use ieee80211_add_ssid() in ieee80211_beacon_alloc() and wpi(4) insteadDamien Bergamini
2006-05-17mega-commit of unrelated changes:Damien Bergamini
2006-05-16Fix tsleep wait channel name; ok damien@Miod Vallat
2006-05-14Initial import of wpi(4), a blob-free driver for Intel PRO/Wireless 3945ABGDamien Bergamini