<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b092fd69 - [net80211] include the prototype VHT code into the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#b092fd69</link>
        <description>[net80211] include the prototype VHT code into the build.Note: it isn&apos;t called anywhere yet!

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Sun, 08 Jan 2017 04:27:08 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc6dd788 - Refactor and split out the net80211 software scan engine from the rest</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#cc6dd788</link>
        <description>Refactor and split out the net80211 software scan engine from the restof the scan API.The eventual aim is to have &apos;ieee80211_scan.c&apos; have the net80211 anddriver facing scan API to start, finish and continue doing scanningwhile &apos;ieee80211_swscan.c&apos; implements the software scanner thatruns the scan task, handles probe request/reply bits, configuresthe VAP off-channel, changes channel and does the scanning bits.For NICs that do no scanning at all, the existing code is needed.ath(4) and most of the other NICs (dumb USB ones in particular)do little to no scan offload - it&apos;s all done in software.Some NICs may do single channel at a time scanning; I haven&apos;t reallychecked them out in detail.iwn(4), the upcoming 7260 driver stuff, the new Qualcomm Atheros11ac chipsets and the Atheros mobile/USB full-offload chips allhave complete scan engines in firmware.  We don&apos;t have to driveany of it at all - the firmware just needs to be told what to scan,when to scan, how long to scan.  It&apos;ll take care of going offchannel, pausing TX/RX appropriately, sending sleep notificationto the AP, sending probe requests and handling probe responses.It&apos;ll do passive/active scan itself.  It&apos;s almost completelytransparent to the network stack - all we see are scan notificationswhen it finishes scanning each channel and beacons/probe responseswhen it does its thing.  Once it&apos;s done we get a final notificationthat the scan is complete, with some scan results in the message.The iwn(4) NICs handle doing active scanning too as an optionand will handle waiting appropriately on 5GHz passive channelsbefore active scanning.There&apos;s some more refactoring, tidying up and lock assertions tosprinkle around to tidy this whole thing up before I turn swscan.cinto another set of ic methods to override by the driver oralternate scan module.  So in theory this is all one big no-opcommit.  In theory.Tested:* iwn(4) 5200, STA mode* ath(4) 6205, STA mode* ath(4) - various NICs, AP mode

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Tue, 06 Jan 2015 02:08:45 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4906cdc8 - Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#4906cdc8</link>
        <description>Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportCWARNFALGS.$file centrally so we don&apos;t have to have it in all theplaces. Remove a few warning flags that are no longer needed.Also, always use -Wno-unknown-pragma to (hopefully temporarily) workaround #pragma ident in debug.h in the opensolaris code. Remove somestale warning suppression that&apos;s no longer necessary.

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Sat, 03 Jan 2015 03:35:18 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aeaed508 - Move most of the 15 variations on generating opt_inet.h and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#aeaed508</link>
        <description>Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Mon, 04 Aug 2014 22:37:02 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c284d93 - Remove IPX support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#2c284d93</link>
        <description>Remove IPX support.IPX was a network transport protocol in Novell&apos;s NetWare network operatingsystem from late 80s and then 90s. The NetWare itself switched to TCP/IPas default transport in 1998. Later, in this century the Novell OpenEnterprise Server became successor of Novell NetWare. The last releasethat claimed to still support IPX was OES 2 in 2007. Routing equipmentvendors (e.g. Cisco) discontinued support for IPX in 2011.Thus, IPX won&apos;t be supported in FreeBSD 11.0-RELEASE.

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Fri, 14 Mar 2014 02:58:48 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3448df4 - Similar to r260026, disable warning about unused functions for</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#b3448df4</link>
        <description>Similar to r260026, disable warning about unused functions forieee80211_adhoc.c, ieee80211_hostap.c and ieee80211_sta.c.MFC after:	3 days

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Fri, 14 Feb 2014 20:11:06 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29c425ac - Disable warning about unused functions for ieee80211_crypto.c and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#29c425ac</link>
        <description>Disable warning about unused functions for ieee80211_crypto.c andieee80211_mesh.c for now.MFC after:	3 days

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Sat, 28 Dec 2013 23:17:24 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4501b246 - Allow IEEE80211_SUPPORT_SUPERG to be defined _and_ have a working wlan</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#4501b246</link>
        <description>Allow IEEE80211_SUPPORT_SUPERG to be defined _and_ have a working wlanmodule.

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Sat, 02 Feb 2013 02:00:29 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82878b11 - MFC r206367, r206358, r206370, r206371, r206372, r206398, r206415,</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#82878b11</link>
        <description>MFC r206367, r206358, r206370, r206371, r206372, r206398, r206415,    r206416, r206417, r206418, r206418:net80211 ratectl framework.

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Tue, 11 May 2010 11:08:15 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f7e784d5 - Fix &apos;make depend&apos;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#f7e784d5</link>
        <description>Fix &apos;make depend&apos;.

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Thu, 16 Feb 2012 21:57:50 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4aecc339 - Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a module</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#4aecc339</link>
        <description>Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a moduleis used.Although the module _builds_, it fails to load because of a missing symbol fromieee80211_tdma.c.Specifics:* Always build ieee80211_tdma.c in the module;* only compile in the code if IEEE80211_SUPPORT_TDMA is defined.

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Sun, 15 Jan 2012 19:45:23 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12732d30 - Fix a typo, it is MPDU not MDPU.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#12732d30</link>
        <description>Fix a typo, it is MPDU not MDPU.

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Sat, 21 May 2011 16:34:53 +0000</pubDate>
        <dc:creator>Bernhard Schmidt &lt;bschmidt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a9a302f - Fix an undefined behaviour if the desired ratectl algo is not available.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#9a9a302f</link>
        <description>Fix an undefined behaviour if the desired ratectl algo is not available.This can happen if the algos are built as modules but are not loaded. Ifthe selected ratectl algo is not available, try to load it (The loadmodule functions does nothing currently). Add a dummy ratectl algo whichalways selects the first available rate. Use that one if the desired algois not available.MFC after:	1 week

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Tue, 19 Oct 2010 18:49:26 +0000</pubDate>
        <dc:creator>Bernhard Schmidt &lt;bschmidt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e09a0bdb - Revert r206418</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#e09a0bdb</link>
        <description>Revert r206418

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Tue, 19 Oct 2010 13:31:43 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ed41473 - Add ieee80211_{amrr,rssadapt}.c.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#7ed41473</link>
        <description>Add ieee80211_{amrr,rssadapt}.c.MFC after:	1 month

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Fri, 09 Apr 2010 12:05:24 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6108616 - net80211 rate control framework (net80211 ratectl).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#b6108616</link>
        <description>net80211 rate control framework (net80211 ratectl).This framework allows drivers to abstract the rate control algorithm andjust feed the framework with the usable parameters. The rate controlframework will now deal with passing the parameters to the selectedalgorithm. Right now we have AMRR (the default) and RSSADAPT but there&apos;sno way to select one with ifconfig, yet.The objective is to have more rate control algorithms in the net80211stack so all drivers[0] can use it. Ideally, we&apos;ll have the well-knownsample rate control algorithm in the net80211 at some point so alldrivers can use it (not just ath).[0] all drivers that do rate control in software, that is.Reviewed by:	bschmidt, thompsa, weyongoMFC after:	1 months

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Wed, 07 Apr 2010 15:29:13 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd6c4dd0 - correct setup of opt_ddb.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#bd6c4dd0</link>
        <description>correct setup of opt_ddb.hSubmitted by:	jkimApproved by:	re (kib)

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Tue, 21 Jul 2009 19:24:53 +0000</pubDate>
        <dc:creator>Sam Leffler &lt;sam@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a6d54dae - Enable mesh support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#a6d54dae</link>
        <description>Enable mesh support.Submitted by:	jkimApproved by:	re (kib)

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Tue, 21 Jul 2009 14:23:05 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24d3677b - catchup with action+ageq additions</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wlan/Makefile#24d3677b</link>
        <description>catchup with action+ageq additionsSubmitted by:	&quot;Paul B. Mahol&quot; &lt;onemda@gmail.com&gt;Approved by:	re (implicit)

            List of files:
            /freebsd-12.1/sys/modules/wlan/Makefile</description>
        <pubDate>Sun, 05 Jul 2009 21:19:10 +0000</pubDate>
        <dc:creator>Sam Leffler &lt;sam@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
