summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_wpi.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2022-04-21Use memset() to initialize struct ieee80211_rxinfo properly.Stefan Sperling
2022-03-11Constify struct cfattach.Martin Pieuchot
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-10-11Stop exporting `wt_hwqueue' now that drivers don't advertise it.Martin Pieuchot
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-06-03Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-05-23Fix typo in a comment that originated in wpi(4) and has spread elsewhere.Stefan Sperling
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.Stefan Sperling
2019-09-30remove the "copy function" argument to bpf_mtap_hdr.David Gwynne
2019-09-18don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr.David Gwynne
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2019-08-27Keep ieee80211_node structures cached across scans, rather thanStefan Sperling
2019-07-25ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@cheloha
2018-04-28Some drivers handle settting a new wifi link state manually, so make surePeter Hessler
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-01-31Some wifi drivers don't call ieee80211_newstate() during some stateStefan Sperling
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2017-03-08Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGMartin Pieuchot
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-12-23Hide static inline functions that are only used in debug code behind the sameMark Kettenis
2016-10-05Hide wpi(4) fatal firmware error details inside #ifdef WPI_DEBUG.Stefan Sperling
2016-09-05convert busy flag and tsleep to rwlock as in iwmTed Unangst
2016-08-17wpi(4) scans all bands at once, as far as the net80211 stack is concerned.Stefan Sperling
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-06sizes for free() - most are about the firmware memoryTheo de Raadt
2015-05-27Use m_defrag(9) instead of rolling our own inlined version.Mark Kettenis
2015-03-16convert timeout_add() calls using hz to timeout_add_msec()Jonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2015-01-27remove the second void * argument on tasks.David Gwynne
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-19Stop abusing the rcvif pointer to pass wireless nodes down to theMartin Pieuchot
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-28Seems we simply have tolibe with fatal firmware errors. Even Linux, with itsMark Kettenis
2013-11-16Enable 802.11a support. Seems to work fine on:Mark Kettenis
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-10-01Use %z* for size_tStefan Fritsch
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2011-06-02MSI for wpi(4).Michael Knudsen
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt