summaryrefslogtreecommitdiff
path: root/sys/dev/ic/acx.c
AgeCommit message (Expand)Author
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
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-06firmware size for free()Theo de Raadt
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
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-08Don't include <sys/types.h>; we already include <sys/param.h>.Mark Kettenis
2014-09-06reduce the amount of pci includesJonathan Gray
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-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-03-24Use ieee80211_set_tim() directly now that it is available.Claudio Jeker
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-27Implememnt AP side power saving for acx(4). Tested on acx11.Claudio Jeker
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-07-28timeout_add -> timout_add_msecBret Lambert
2009-03-31On watchdog timeout reset the full chip. Just draining the tx ring is notClaudio Jeker
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-11Do more error checking in acx(4).Stefan Sperling
2009-03-09Do not start printing device info before attachment succeeded.Stefan Sperling
2009-02-26If acx_attach() fails, print the reason why it is failing.Stefan Sperling
2008-11-23Don't use ifp->if_xname if you can use the sc_dev.dv_xname instead.Claudio Jeker
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-14in ieee80211_input(), call if_start() after enqueuing frames in if_sndDamien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-06-22Update watchdog timer code from DragonFly.Brad Smith
2008-06-01Use 1Mbits/s as beacon sending rate; it seems to fix TX performance issueBrad Smith
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-03-13Do not increment the input packet counter in these drivers asBrad Smith
2007-11-26typos; ok jmc@Martynas Venckus
2007-10-14Fix a panic which happens with ACX100 chipsets in ieee80211_add_xrates()Marcus Glocker
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.Kenneth R Westerback
2007-08-28unify firmware load failure messages; ok mglockerTheo de Raadt
2007-08-05Don't use ieee80211_beacon_alloc() in acx_set_probe_resp_tmplt() useClaudio Jeker
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-05-03Add monitor mode. Add fast channel switching. Do some simplificationsMarcus Glocker
2007-04-11Remove debug leftovers to make console output quite again in hostap mode.Marcus Glocker
2007-04-11As probe response mgmt frames are already handled by the firmware, ignoreMarcus Glocker
2007-04-03Really drop data packets if the station is not associated. It does notClaudio Jeker
2007-03-29Fix a scary bug when setting up the HW dma structure. Use a 2byte bus_spaceClaudio Jeker
2007-03-19Only call bus_dmamap_unload() if we loaded a dmamap beforehand. Found outClaudio Jeker