summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtw.c
AgeCommit message (Expand)Author
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo 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-11-24kill hooks and timeouts before calling complex sleeping code from detach; ok jsgTheo de Raadt
2009-08-16remove use of BITS and BIT macrosJonathan Gray
2009-08-16tweak a switch statement to appease lintJonathan Gray
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-07-28timeout_add -> timeout_add_msecBret Lambert
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
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-08-27fix IEEE80211_RADIOTAP_F_SHORTPREDamien Bergamini
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-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2007-11-21Remove superfluous function declarationBret Lambert
2007-10-24Unconditionally initialize all channels, regardless of locale.Bret Lambert
2007-09-30s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.Mark Kettenis
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-06-07move ieee80211_compute_duration() and ieee80211_compute_duration1()Damien Bergamini
2007-04-06Correct order of bus_space_barrier() parameters.Jonathan Gray
2007-04-02Similar to other drivers call if_start() at the end of the rx interrupt becauseClaudio Jeker
2007-02-14remove some unused goopJonathan 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-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-02-05Add a fix from David Young to not set the ring indexes to somethingJonathan Gray
2006-01-05rev 1.59 & 1.60 of rtw.c commited by David Young to NetBSD:Jonathan Gray
2006-01-05part of rev 1.58 of rtw.c David Young comitted to NetBSD:Jonathan Gray
2005-11-20Add support for GCT GRF5101 RF transceiver based hardware. Magic numbersJonathan Gray
2005-11-05Move displaying rf/pa type to rtw_rf_attach to simplify code.Jonathan Gray
2005-11-04remove uneeded debug function.Jonathan Gray
2005-11-04Move access to RF tranceiver functions to be via callbacks.Jonathan Gray
2005-10-24change read/write callbacks to use a void * instead of struct rtw_regs.Reyk Floeter
2005-10-24fix RTW_DEBUGReyk Floeter
2005-10-24change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code.Reyk Floeter
2005-10-23Move rtw_attach error condition handling out of rtw_detach and intoJonathan Gray
2005-10-23use read/write/barrier callbacks, will be used laterReyk Floeter
2005-10-23knfReyk Floeter
2005-09-15Move two tiny sa2400 init functions back into calling sa2400 init function.Jonathan Gray
2005-09-15Remove rtw_rfbus_write abstraction for readability.Jonathan Gray
2005-09-14As the _create functions for all the rf transceivers now just set someJonathan Gray
2005-09-14Remove rtw_rf/rtw_rfbus and some other related abstractionsJonathan Gray
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-06-15Match RTL8255 transceiver and stub out related support functions.Jonathan Gray
2005-06-13Move a bunch of small functions that only get called once intoJonathan Gray
2005-05-29use JAPAN for locale code 0 stored in some rtw EEPROMs.Reyk Floeter