summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-04-05fix wep by adjusting the total packet lengthReyk Floeter
2005-04-04Add blink and unblink but tell userland it is responsible for actually doing itMarco Peereboom
2005-04-03make wi_ioctl() easier to auditUwe Stuehler
2005-04-03remove redundant suser() checksUwe Stuehler
2005-04-02A few register offsets in the Parameter Engine were wrong.Miod Vallat
2005-04-02check permissions on 80211 ioctlsUwe Stuehler
2005-04-02More ioctl permission checks.Uwe Stuehler
2005-04-02call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles withDamien Bergamini
2005-04-02set the bssid in hostap mode too.Damien Bergamini
2005-04-02remove an unneeded initialization of TXCSR7.Damien Bergamini
2005-04-02Damn it! I spent hours fixing that "device timeout" bug!Damien Bergamini
2005-04-01shut ami up, bad me.Marco Peereboom
2005-04-01call ral_set_chan() on transition to state IEEE80211_S_ASSOC to make sureDamien Bergamini
2005-04-01make registers and constants names match the spec.Damien Bergamini
2005-04-01avoid double-free of a mbuf chain on failure.Damien Bergamini
2005-04-01add antenna selection code. this ensures proper I/Q flip for RF RT2525e,Damien Bergamini
2005-04-01sync RF and BBP code with ural (for future merging).Damien Bergamini
2005-04-01ieee80211_rssadapt_choose() is broken when called with a fixed rate.Damien Bergamini
2005-03-31- add support for reading Xircom's EEPROMBrad Smith
2005-03-29add copyright meMarco Peereboom
2005-03-29add copyright meMarco Peereboom
2005-03-29add raid mgmt ioctlsMarco Peereboom
2005-03-29add commandsMarco Peereboom
2005-03-26enable reception of multicast frames; from NetBSDChristian Weisgerber
2005-03-23fix a possible kernel panic in the ar5211 and ar5212 detach functions.Reyk Floeter
2005-03-23do packet accounting (opackets/oerrors/ierrors).Damien Bergamini
2005-03-20some fixes for wep and reset.Reyk Floeter
2005-03-19ar5212 uses larger tx descriptors, adjust the offsetReyk Floeter
2005-03-19further fixes for ar5212.Reyk Floeter
2005-03-19scan channels 12, 13 and 14 too.Damien Bergamini
2005-03-18use IFQ_* instead of IF_* for the data queueReyk Floeter
2005-03-18improve ar5212 init on resetReyk Floeter
2005-03-18don't set BSSID in hostap mode. this allows hostap mode to work to someDamien Bergamini
2005-03-18ignore bmiss interrupts for now.Reyk Floeter
2005-03-18Only complain about tx fifo overflows if RTW_DEBUG is set.Jonathan Gray
2005-03-17fix ral_enable_tsf_sync() for hostap mode.Damien Bergamini
2005-03-17do not drop ToDS frames when acting as an access point.Damien Bergamini
2005-03-17give ipv6 a chance. pointed out by Paul de Weerd.Damien Bergamini
2005-03-15use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work onHenning Brauer
2005-03-15Make attach errors appear on new lines and makeJonathan Gray
2005-03-13the wep mac may be NULL if it's a broadcast keyReyk Floeter
2005-03-12use TAILQ_FOREACHMartin Reindl
2005-03-12Fix RTW_DEBUG compilation and add a few more sanity checks in addition toJonathan Gray
2005-03-11make use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc()Damien Bergamini
2005-03-11don't forget to release nodes when they are no longer needed.Damien Bergamini
2005-03-11introduce new ral_setup_tx_desc() function so we can factor out fillingDamien Bergamini
2005-03-11fix IBSS mode. clean ral_newstate() while i'm here.Damien Bergamini
2005-03-11new ral_get_rts() function for building RTS frames.Damien Bergamini
2005-03-11distinguish null data frames from management frames.Damien Bergamini
2005-03-11simplify led management code.Damien Bergamini