<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/iwm, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-04-14T06:34:03Z</updated>
<entry>
<title>iwm(4): Remove a double word in a source code comment</title>
<updated>2022-04-14T06:34:03Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-04-09T09:04:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f6a1fc843dce6eee2fb17a8d493abd604007191'/>
<id>urn:sha1:7f6a1fc843dce6eee2fb17a8d493abd604007191</id>
<content type='text'>
- s/for for/for/

(cherry picked from commit 586023f10d751837fc8a7e41dfedbce2ed243846)
</content>
</entry>
<entry>
<title>iwm(4): Fix a typo in a source code comment</title>
<updated>2022-04-09T06:32:02Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-04-02T09:50:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8512120ae5be765e9306535bc24dd49f94908fa'/>
<id>urn:sha1:f8512120ae5be765e9306535bc24dd49f94908fa</id>
<content type='text'>
- s/coresponding/corresponding/

Obtained from:	NetBSD

(cherry picked from commit 9f4dc7fd97de953744caa6a7cfc4e291871f1224)
</content>
</entry>
<entry>
<title>iwm(4): Add support for Intel Killer(R) Wireless-AC 1550i</title>
<updated>2021-01-21T14:39:50Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2021-01-14T16:41:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=920d22cca1a2593b3751c39ce9dc250becc31a8c'/>
<id>urn:sha1:920d22cca1a2593b3751c39ce9dc250becc31a8c</id>
<content type='text'>
PR:		252578
Submitted by:	shu &lt;ankohuu@outlook.com&gt;

(cherry picked from commit 90cc8706ccb2da130c0b1a28434a9ec5d4c80d81)
</content>
</entry>
<entry>
<title>MFC r365633:</title>
<updated>2020-11-05T11:56:49Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2020-11-05T11:56:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1a70d4ace07290a4459a6b32c36cd47ac4e6b10'/>
<id>urn:sha1:d1a70d4ace07290a4459a6b32c36cd47ac4e6b10</id>
<content type='text'>
  iwm: fix regression from r365419 (ieee80211_media_change())

  In r365419 ieee80211_media_change() callers were updated to not longer
  act on the obselete ENETRESET return code.
  While in the old days iwm has done a stop/init cycle in these cases,
  this was not executed since r193340.
  As a consequence simplify iwm code as well by passing ieee80211_media_change()
  right to ieee80211_vap_attach() as there is no more need for a local
  implementation.

  The actual problem was fixed in stable/12 since r365608;  this just
  reduces changes to HEAD.

PR:		248955
</content>
</entry>
<entry>
<title>MFC r344749-344750,344841-344843,345284,346405,346470,347140-347141,348331,</title>
<updated>2020-09-10T19:00:17Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2020-09-10T19:00:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=15a31d4c1a7da894840315916b3011190cc3e7c7'/>
<id>urn:sha1:15a31d4c1a7da894840315916b3011190cc3e7c7</id>
<content type='text'>
    349593,351868,353506-353507,353809,353853,353858,353860,356852,359063,
    359158,360819,360888,360950-360951,360953-360954,360998,361009,361025,
    361085,361087,361098,361106-361107,361115,361118,361319-361321,361486,
    361560,361566,361626,361636-361637,361687,361726,361737-361738,361768,
    361778,361811-361813,361819-361822,361825-361826,361834,361863-361864,
    361878,361885-361886,362016,362084-362085,362156-362157,362161-362162,
    362210-362213,362216,362256-362257,362671,362815-362816,363325,
    363327-363328,364011-364012,364299,364301,364303,364312,364315,
    364326-364327,364551,364553,364673,365097,365116,365125-365126,
    365130-365131,365198,365419
  by adrian(78), bcran(1), bz(13), cem(1), gavin(1), glebius(6),
     landonf(1), mjg(7)

Merge WiFi net80211, drivers, and management in order to support better 11n
and upcoming 11ac.

This includes an ath(4) update, some run(4) 11n support, 11n for otus(4),
A-MPDU, A-MSDU, A-MPDU+A-MSDU and Fast frames options, scanning fixes,
enahnced PRIV checks for jails, restored parent device name printing,
improvements for upcoming VHT support, lots of under-the-hood infrastructure
improvements, new device ID, debug tools updates, some whistespace changes
(to make future MFCs easier).

This does not include (nost) epoch(9) related changes as too much other
infrastructure was not merged for that.

Bump __FreeBSD_veresion as this changes the priv(9) names (not know to be
used externally), and net80211 structures.

Tested on:	some ath(4) AP, run(4) STA, and rtwn(4) STA
Discussed with:	adrian (extremly briefly)
Sponsored by:	Rubicon Communications, LLC (d/b/a "Netgate") [partially]
Relnotes:	yes
</content>
</entry>
<entry>
<title>MFC r361273: iwm: improve rfkill handling</title>
<updated>2020-06-04T13:03:13Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2020-06-04T13:03:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd3dad764ed5ac762f49c94300c08720b6dcc578'/>
<id>urn:sha1:fd3dad764ed5ac762f49c94300c08720b6dcc578</id>
<content type='text'>
Previously the driver handled the bit within itself, but did not expose
the state change to net80211 and interface layers.
This change uses net80211 KPI for rfkill signaling.
The code is modeled after similar code in iwn and wpi.
</content>
</entry>
<entry>
<title>MFC r360373:</title>
<updated>2020-05-04T12:28:44Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-05-04T12:28:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aad24e76133a35fd979e9f15d8820556996b3ae5'/>
<id>urn:sha1:aad24e76133a35fd979e9f15d8820556996b3ae5</id>
<content type='text'>
iwm: Print the command code for any unhandled commands.
</content>
</entry>
<entry>
<title>MFC r355144:</title>
<updated>2019-12-11T14:28:13Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-12-11T14:28:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7bb192d7a4b123572c156659774479f2362c2b74'/>
<id>urn:sha1:7bb192d7a4b123572c156659774479f2362c2b74</id>
<content type='text'>
iwm(4): Remove _mvm from the namespace.
</content>
</entry>
<entry>
<title>MFC r355143:</title>
<updated>2019-12-11T14:27:33Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-12-11T14:27:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fb3600efd713f41d74323ae7bdadd83d6ba94384'/>
<id>urn:sha1:fb3600efd713f41d74323ae7bdadd83d6ba94384</id>
<content type='text'>
iwm(4): Fix version string formatting.
</content>
</entry>
<entry>
<title>MFC r354201, r354276, r354492-r354517, r354562:</title>
<updated>2019-11-21T00:34:39Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-11-21T00:34:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34a2aea8534a055db3f4113c9cba1a1092b2e24b'/>
<id>urn:sha1:34a2aea8534a055db3f4113c9cba1a1092b2e24b</id>
<content type='text'>
Add firmware images and support for Intel 9000-series devices.
</content>
</entry>
</feed>
