summaryrefslogtreecommitdiff
path: root/sys/dev/ic/wi.c
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-15Simplify activation routines. Don't block interrupts, if_deactivate()dyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-04-15Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptiveelad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-07*** Summary ***dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-12-20Constify struct ifnet->if_sadl and every use throughout the tree.dyoung
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-12Note in radiotap header file and manual page that radiotap fieldsdyoung
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-11-18Adapt drivers to the new net80211(9).skrll
2005-08-10Allow setting the MAC address via wiconfig -m (Lord Isildur)christos
2005-07-23disable SYSCTL_SETUP for _LKM until we have a plan how to deal withdrochner
2005-07-16#ifdef out an unused variable in the case of !WI_DEBUG.yamt
2005-07-15Add a sysctl for turning wi(4) debugging on and off.dyoung
2005-07-14Clear IEEE80211_F_DROPUNENC in ic_flags in operating states wheredyoung
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-07-06Don't write the WEP keys to the device if it is invalid (e.g.,dyoung
2005-06-26Make sure there is a valid transmit key, before trying to use informationerh
2005-06-26Do not build AP support if 'options IEEE80211_NO_HOSTAP' is in thedyoung
2005-06-25Bug fix: fix WEP by managing keys & crypto in the style of the newdyoung
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-03-27correct logic so we recognize timeout on allocdyoung
2005-02-27nuke trailing whitespaceperry
2005-02-13Bug fix: use the MAC that the firmware tells us, resorting to thedyoung
2005-01-17Delete an out-of-date comment.dyoung
2004-12-14In wi_stop, wait for transmit commands to complete. Extractdyoung
2004-12-13Bug fix: synchronize Transmit commands with all other commands.dyoung
2004-12-13In wi_tx_intr, be a little more explicit about which fields we'redyoung
2004-12-13Refactor. wi_read_rid calls,dyoung
2004-11-26Fix what appears to be a byte order error on big-endian systems with Symbolmycroft
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-09-28Simplify the BSSID synchronization code.dyoung
2004-08-10Make the node table into an LRU cache: least-recently used nodesdyoung
2004-08-07Be much more robust with RID values during attach:mycroft
2004-08-06Use bpf_mtap2().mycroft
2004-08-05Put unadulterated dB values in the radiotap header, not the converted dBmmycroft