summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ipw.c
AgeCommit message (Expand)Author
2024-04-14with empty body loops, put final semicolon on a new line for readabilityJonathan Gray
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-04-21Use memset() to initialize struct ieee80211_rxinfo properly.Stefan Sperling
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-01-09spellingJonathan Gray
2021-03-28Since ipw(4) doesn't call into net80211_newstate() the interface link stateStefan Sperling
2021-03-12In ipw(4), ensure that net80211 is in ASSOC state while we are expectingStefan Sperling
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
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-07-25ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@cheloha
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
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-09-05redo rwlock conversion now that i've compiled it on i386Ted Unangst
2016-09-05Backout previous commit; does not compile.Mark Kettenis
2016-09-05convert busy flag and tsleep to rwlock as in iwmTed Unangst
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-01sizes for free(), mostly related to firmwares.Theo de Raadt
2015-05-27Use m_defrag(9) instead of rolling our own inlined version.Mark Kettenis
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2015-01-27i forgot to fix ipw when i removed the second task argument.David Gwynne
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-12-19Fix tree breakage due to unused variable after last commit.Kenneth R Westerback
2014-12-19Change scan and auth+assoc workq entries to taskq entries.Kenneth R Westerback
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-27fix a theoretical double free.daniel
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-14replace workqs with tasks for handling resume. state handling isDavid Gwynne
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-11-15Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop.Damien Bergamini
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Move the guts of the powerhook function into the activate function and makeTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-12homogeneous style.Damien Bergamini
2010-08-12Instead of returning EBUSY when the busy flag is set in the ioctl, sleepOwain Ainsworth
2010-08-03Bring the suspend/resume code of all the Intel wireless drivers in line withMark Kettenis
2010-07-28Make legacy xxpower() functions call xxstop() on suspend, and simplify theirTheo de Raadt
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson