summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtw.c
AgeCommit message (Expand)Author
2006-09-03- comment out impossible comparisonschristos
2006-08-31Per discussion on tech-kern and tech-userlevel, move the bit-twiddlingdyoung
2006-05-26Clean up bogus whitespaceblymn
2006-05-14XXX: GCC uninitializedchristos
2006-03-28Revamp ieee80211_get_rate. Now it does not use the rateset in thedyoung
2006-03-27Set the channel frequency and flags in the radiotap headers indyoung
2006-03-27Remove unused argument ifflagsp from rtw_dmamap_load_txbuf.dyoung
2006-03-08Change macro names to avoid collisions:dyoung
2006-03-08Move my bit-twiddling macros to libkern.h from my drivers, wheredyoung
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-02-19When rtw_enable is called, power may have been removed and re-applied,dyoung
2006-02-04In rtw_{rx,tx}ring_fixup, do not set the tx/rx ring index todyoung
2005-12-29Add support for the GCT Semiconductor GRF5101 transceiver/synthesizer.dyoung
2005-12-29Update rtw(4) for the new IBSS merge idiom, where ieee80211_ibss_merge()dyoung
2005-12-29In atw(4), use ieee80211_compute_duration() to compute IEEE 802.11dyoung
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-13Fix comments and debug printfs: Tx FIFOs underflow, they don'tdyoung
2005-12-13On a transmit FIFO overflow (err, actually an underflow...) resetdyoung
2005-11-23Miscellaneous Realtek RTL8180L driver improvements:dyoung
2005-11-18Adapt drivers to the new net80211(9).skrll
2005-09-22Make arg of IFQ_SET_READY be &ifp->if_snd, to match all other driversgdt
2005-09-07With the assistance of dyoung, fix the following problems:dogcow
2005-09-06make rtw.c compile again after the 22-jun-05 net80211 importdogcow
2005-07-11Add undefined variable 'ic' to rtw_attach.dyoung
2005-07-06Historically, an(4), ath(4), atw(4), rtw(4), and wi(4) have printeddyoung
2005-07-06Avoid an unnecessary API difference between NetBSD and FreeBSD:dyoung
2005-06-28Here is a grotty hack that lets the RTL8180L handle WEP in thedyoung
2005-06-27rtw: Try to get hardware WEP to work. It seems to work indyoung
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2005-06-10Sprinkle __UNCONST() and rename variables to quiet uiet -Wcast-qual,dyoung
2005-03-02Misc. changes to improve ad hoc mode and to enable hostap mode:dyoung
2005-02-27nuke trailing whitespaceperry
2005-01-31Eliminate use of M_HASFCS.thorpej
2005-01-16Move the register access mode into struct rtw_regs. Changedyoung
2005-01-04Set initial conditions to guarantee that when read_seeprom togglesdyoung
2005-01-04Add the logic for IBSS merges.dyoung
2005-01-03sys/dev/ic/rtw.c:dyoung
2005-01-03In sys/dev/ic/rtw.c:dyoung
2005-01-02Cosmetic: change u_int{8,16,32,64}_t to C99-style uint{8,16,32,64}_t,dyoung
2004-12-29In rtw_detach, flag the rtw as "invalid" (RTW_F_INVALID). Do notdyoung
2004-12-29Remove some dead code.dyoung
2004-12-29I like the tlp/atw-style names for software descriptors, txsoft,dyoung
2004-12-29Consolidate variables related to the rx ring in sc_rxdesc_blk,dyoung
2004-12-28Add bpf(4) packet taps to rtw(4). Now you can tap DLT_EN10MBdyoung
2004-12-28If defined(RTW_DEBUG), provide a sysctl (hw.rtw.rxbufs_limit) fordyoung
2004-12-27Use a table to convert the hardware's bit rates (0, 1, 2, 3) todyoung
2004-12-27Simplify the reset we do on a transmit timeout. Really, this coulddyoung
2004-12-27Use the last descriptor to count collisions and failed transmissions, too.mycroft
2004-12-27When checking if a split packet is completed, check the *last* segment, notmycroft