summaryrefslogtreecommitdiff
path: root/sys/dev/ic/acx.c
AgeCommit message (Expand)Author
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
2007-03-16Split the beacon returned by ieee80211_beacon_alloc() in two parts andClaudio Jeker
2007-03-14In HostAP mode, ieee80211_input() will enqueue packets in if_snd withoutClaudio Jeker
2007-03-01In acx_set_probe_resp_tmplt () ieee80211_beacon_alloc() could fail so check theClaudio Jeker
2007-02-28Another round of makro killing. Kill _ACX_CONF_FUNC() and replace allClaudio Jeker
2007-02-28Fix a ieee80211_node refcount leak -- the node lookup is done inClaudio Jeker
2007-02-23Another two missing htoleX() for big endian support. Still more missingClaudio Jeker
2007-02-21Make the firmware load on big endian systems and while there make sure thatClaudio Jeker
2007-02-20Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use.Claudio Jeker
2006-12-31Bye bye unused acx_shutdown() we won't miss you.Claudio Jeker
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-17Kill some more macros. This time ACX_NOARG_FUNC and ACX_INIT_TMPLT_FUNCClaudio Jeker