<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ath, 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-09-06T05:44:46Z</updated>
<entry>
<title>ath(4): Fix two typos in source code comments</title>
<updated>2022-09-06T05:44:46Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-09-03T13:24:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b2c6f8d7f37075f893486b6ca0e648174a88a56'/>
<id>urn:sha1:8b2c6f8d7f37075f893486b6ca0e648174a88a56</id>
<content type='text'>
- s/overriden/overridden/

(cherry picked from commit f9a9fe46dc3ed37c9b44cd2b6561b324819fa81e)
</content>
</entry>
<entry>
<title>ath(4): Remove a double word in a few source code comments</title>
<updated>2022-04-14T06:41:38Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-04-09T08:55:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ffdb73b779dfcba3dd2b843c727962cbcf3c3870'/>
<id>urn:sha1:ffdb73b779dfcba3dd2b843c727962cbcf3c3870</id>
<content type='text'>
- s/for for/for/

(cherry picked from commit 6cff32b3c47ead614311e07e2ef7f91948c61307)
</content>
</entry>
<entry>
<title>ath: Fix a typo in a source code comment</title>
<updated>2022-03-30T16:41:23Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-03-27T17:28:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26eb0b023bc2117dce5afabefb192ba54b225113'/>
<id>urn:sha1:26eb0b023bc2117dce5afabefb192ba54b225113</id>
<content type='text'>
- s/ony/only/

(cherry picked from commit 8eb774fe54c88a5417a287bd811a917fdfe1c2ba)
</content>
</entry>
<entry>
<title>MFC r366112:</title>
<updated>2020-11-05T12:08:04Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2020-11-05T12:08:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=033da848fb357e5b91fc0191603952022f28b011'/>
<id>urn:sha1:033da848fb357e5b91fc0191603952022f28b011</id>
<content type='text'>
  Provide MS() and SM() macros for 80211 and wireless drivers.

  We have (two versions) of MS() and SM() macros which we use throughout
  the wireless code.  Change all but three places (ath_hal, rtwn, and rsu)
  to the newly provided _IEEE80211_MASKSHIFT() and _IEEE80211_SHIFTMASK()
  macros.  Also change one internal case using both _S and _M instead of
  just _S away from _M (one of the reasons rtwn and rsu were not changed).

  This was done semi-mechanically.  No functional changes intended.
</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 r344990:</title>
<updated>2019-03-28T09:16:00Z</updated>
<author>
<name>Andriy Voskoboinyk</name>
<email>avos@FreeBSD.org</email>
</author>
<published>2019-03-28T09:16:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed7073a725b8ac53dd8e87465c089aedd48fd948'/>
<id>urn:sha1:ed7073a725b8ac53dd8e87465c089aedd48fd948</id>
<content type='text'>
Fix ieee80211_radiotap(9) usage in wireless drivers:

- Alignment issues:
 * Add missing __packed attributes + padding across all drivers; in
most places there was an assumption that padding will be always
minimally suitable; in few places - e.g., in urtw(4) / rtwn(4) -
padding was just missing.
 * Add __aligned(8) attribute for all Rx radiotap headers since they can
contain 64-bit TSF timestamp; it cannot appear in Tx radiotap headers, so
just drop the attribute here. Refresh ieee80211_radiotap(9) man page
accordingly.

- Since net80211 automatically updates channel frequency / flags in
ieee80211_radiotap_chan_change() drop duplicate setup for these fields
in drivers.
</content>
</entry>
<entry>
<title>ath: Minor style cleanups</title>
<updated>2018-08-10T13:38:23Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-08-10T13:38:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84c956df7772b5e2c4dd121f46535b0889b13bee'/>
<id>urn:sha1:84c956df7772b5e2c4dd121f46535b0889b13bee</id>
<content type='text'>
device_printf =&gt; DPRINTF and two whitespace adjustments

Submitted by:	Augustin Cavalier &lt;waddlesplash@gmail.com&gt;
Obtained from:	Haiku (4a88aa503ad4155a20931e263d24343043994ea9)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix PCI_SUBDEV call</title>
<updated>2018-07-07T15:55:58Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-07-07T15:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=62ba9c86edbeae3cef236805e68dfb9e20eabaf2'/>
<id>urn:sha1:62ba9c86edbeae3cef236805e68dfb9e20eabaf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to using new PCI_MATCH stuff.</title>
<updated>2018-07-07T15:25:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-07-07T15:25:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d711ae2697272ecd5cb77926e45920540b8cc56'/>
<id>urn:sha1:4d711ae2697272ecd5cb77926e45920540b8cc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ath(4): Fix typo in debugging code</title>
<updated>2018-07-05T21:38:54Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2018-07-05T21:38:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3655135d3f59a9ae2a4464203efe9e7680ac4dd8'/>
<id>urn:sha1:3655135d3f59a9ae2a4464203efe9e7680ac4dd8</id>
<content type='text'>
PR:		229548
Submitted by:	David Binderman &lt;dcb314 AT hotmail.com&gt;
</content>
</entry>
</feed>
