summaryrefslogtreecommitdiff
path: root/sys/dev/ic/atw.c
AgeCommit message (Expand)Author
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-12-03#if 0 out atw_hw_decrypted() as it is currently an unused function as theBrad Smith
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2011-04-05- use nitems() no binary change on amd64Jasper Lievisse Adriaanse
2010-11-11Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@Miod Vallat
2010-09-20After the gcc4 switch the stack protector triggers in atwJonathan Gray
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-09-06All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}Theo de Raadt
2010-08-29Massage the powerhook functions into activate functions, and then callTheo de Raadt
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2009-08-16remove use of BITS and BIT macros.Jonathan Gray
2009-08-16start getting rid of some of these horrific bit macros, removeJonathan Gray
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-06-03put the values direct in the array, otherwise the nested macros are longerTheo de Raadt
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-03Remove a few small ifdef/ifndef OpenBSD sections which contained someBrad Smith
2008-08-29the atw(4) man page says:Damien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad 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-09-30s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.Mark Kettenis
2007-07-18convert code under #if 0 to the new ieee80211_key structure.Damien Bergamini
2007-06-07move ieee80211_compute_duration() and ieee80211_compute_duration1()Damien Bergamini
2007-02-14put debug string tables under ATW_DEBUGJonathan Gray
2007-02-14remove no longer used rate related variable/definesJonathan Gray
2007-01-03M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.Claudio Jeker
2006-11-26Make use of ieee80211_std_ratesetJonathan Gray
2006-08-30Return from channel tuning code if we get IEEE80211_CHAN_ANYJonathan Gray
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-22incorrect check for end of array; ok jsgTheo de Raadt
2006-02-28Switch to software WEP in a way mostly similiar to what David YoungJonathan Gray
2006-02-17Use ieee80211_compute_duration() instead of homerolled function.Jonathan Gray
2005-10-11Eliminate use of M_HASFCS.Brad Smith
2005-09-24The ADM8211B seems to stall after some time of constantJonathan Gray
2005-09-24Make use of ieee80211_ibss_merge() from net80211.Jonathan Gray
2005-09-23Handle SI4126 operations differently on ADM8211B. ThisJonathan Gray
2005-09-22Print MAC name and version and use "address" instead ofJonathan Gray
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-08-27move some debug messages to use the debug macros so they dont appearAnil Madhavapeddy
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-06-21remove duplicate function prototypes. ok deraadtKevin Lo
2005-05-27make sure to enable socket on resume.Robert Nagy