summaryrefslogtreecommitdiff
path: root/sys/dev/ic/awi.c
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-12Simplify activation hook. Replace each use of sc_invalid by eitherdyoung
2009-09-15To ease a future device_t/softc split, se device_private() insteaddyoung
2009-09-15unifdef -D__NetBSD__ -U__FreeBSD__.dyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-11-07*** Summary ***dyoung
2008-05-16Remove some #ifdef __FreeBSD__ code.dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-04prevent empty body in if.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-08-28add missing initializerchristos
2006-04-14Coverity CID 726: Remove bogus test. ni was checked for not NULL lines above,christos
2005-12-11merge ktrace-lwp.christos
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-02-27nuke trailing whitespaceperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-08-10Make the node table into an LRU cache: least-recently used nodesdyoung
2004-07-23Cleanup of ieee80211_node from madwifi:mycroft
2004-07-23IEEE80211_F_WEPON -> IEEE80211_F_PRIVACYmycroft
2004-01-16Do not return EINPROGRESS but 0 in awi_newstate, since the EINPROGRESSonoe
2004-01-15Correct beacon (src/bssid) for hostap and adhoc mode.onoe
2004-01-15Fix: panic when rate is specified but chan is left unspecified.onoe
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-11-02Use ieee80211_find_rxnode to attribute Rx packets to the writedyoung
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-15Re-order a little so that there's no unreachable code in this block.simonb
2003-10-13Adapt awi(4) to the new 802.11 layer.dyoung
2003-07-06Still more consolidation of 802.11 media-handling, moving movingdyoung
2003-02-25Add support for Prism monitor mode. From Kevin Laheydyoung
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-01Allow SIOCSIFADDR with AF_LINK and WI_RID_MAC_NODE (wiconfig -m)onoe
2002-09-30old lucent adhoc-demo mode (adhoc,flag0 or wiconfig -p 3) wasn't handledonoe
2002-09-30re-enable IBSS creation.onoe
2002-09-27Add support for SIOC[SG]80211BSSID, SIOC[SG]80211CHANNEL.onoe
2002-09-03Several fixes hostap for awi driver:onoe
2002-09-02Add experimental support of Host-AP mode for awi driver.onoe
2002-08-28Attach another DLTs for bpf: DLT_IEEE802_11 to capture raw 802.11 frame.onoe
2002-08-05Fix IBSS for awi driver.onoe
2002-07-25Set desired ESSID for probe request.onoe
2001-11-13add/cleanup RCSIDlukem
2001-09-20Move IBSS creation stuff from awi to ieee80211.onoe
2001-09-19Fix for FH infrastructure mode.onoe
2001-09-18Fix register offset of SYNC_SET for FH phy.onoe
2001-09-18Move IEEE 802.11 MAC management functions from awi driver toonoe