summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/rtw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wireless drivers call if_input() via ieee80211_input() which set `rcvif'mpi2015-02-101-2/+1
* unifdef INETtedu2014-12-221-5/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* Stop abusing the rcvif pointer to pass wireless nodes down to thempi2014-03-191-4/+3
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-10/+6
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-36/+1
* Massage the powerhook functions into activate functions, and then callderaadt2010-08-291-18/+21
* kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberderaadt2010-08-271-4/+1
* kill hooks and timeouts before calling complex sleeping code from detach; ok jsgderaadt2009-11-241-3/+4
* remove use of BITS and BIT macrosjsg2009-08-161-7/+7
* tweak a switch statement to appease lintjsg2009-08-161-2/+2
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-21/+1
* timeout_add -> timeout_add_msecblambert2009-07-281-5/+5
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-211-2/+2
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-10/+7
* fix IEEE80211_RADIOTAP_F_SHORTPREdamien2008-08-271-3/+3
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-5/+28
* in ieee80211_input(), call if_start() after enqueuing frames in if_snddamien2008-08-141-9/+1
* instead of passing rx tstamp and rssi to the ieee80211_input function,damien2008-07-211-7/+10
* Kernel implementation of the 4-way handshake and group-keydamien2008-04-161-7/+13
* Remove superfluous function declarationblambert2007-11-211-2/+1
* Unconditionally initialize all channels, regardless of locale.blambert2007-10-241-49/+7
* s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.kettenis2007-09-301-3/+3
* Only the most obvious bzero() -> M_ZERO changes. No cast changes, nokrw2007-09-171-4/+2
* move ieee80211_compute_duration() and ieee80211_compute_duration1()damien2007-06-071-3/+172
* Correct order of bus_space_barrier() parameters.jsg2007-04-061-2/+2
* Similar to other drivers call if_start() at the end of the rx interrupt becauseclaudio2007-04-021-1/+9
* remove some unused goopjsg2007-02-141-18/+3
* M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.claudio2007-01-031-5/+7
* Make use of ieee80211_std_ratesetjsg2006-11-261-10/+3
* Return from channel tuning code if we get IEEE80211_CHAN_ANYjsg2006-08-301-3/+3
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-5/+6
* Add a fix from David Young to not set the ring indexes to somethingjsg2006-02-051-3/+3
* rev 1.59 & 1.60 of rtw.c commited by David Young to NetBSD:jsg2006-01-051-5/+4
* part of rev 1.58 of rtw.c David Young comitted to NetBSD:jsg2006-01-051-121/+295
* Add support for GCT GRF5101 RF transceiver based hardware. Magic numbersjsg2005-11-201-8/+132
* Move displaying rf/pa type to rtw_rf_attach to simplify code.jsg2005-11-051-48/+38
* remove uneeded debug function.jsg2005-11-041-27/+3
* Move access to RF tranceiver functions to be via callbacks.jsg2005-11-041-79/+22
* change read/write callbacks to use a void * instead of struct rtw_regs.reyk2005-10-241-15/+22
* fix RTW_DEBUGreyk2005-10-241-2/+2
* change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code.reyk2005-10-241-13/+13
* Move rtw_attach error condition handling out of rtw_detach and intojsg2005-10-231-93/+55
* use read/write/barrier callbacks, will be used laterreyk2005-10-231-1/+64
* knfreyk2005-10-231-6/+7