<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/usb/if_uralreg.h, branch releng/11.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-02-23T18:16:17Z</updated>
<entry>
<title>Move usb to a graveyard location under sys/legacy/dev, it is intended that the</title>
<updated>2009-02-23T18:16:17Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-23T18:16:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3975e3a1eac3dd9077dc4523a8def1606ff1559c'/>
<id>urn:sha1:3975e3a1eac3dd9077dc4523a8def1606ff1559c</id>
<content type='text'>
new USB2 stack will fully replace this for 8.0.

Remove kernel modules, a subsequent commit will update conf/files. Unhook
usbdevs from the build.
</content>
</entry>
<entry>
<title>Update 802.11 wireless support:</title>
<updated>2007-06-11T03:36:55Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2007-06-11T03:36:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=68e8e04e93c1ec3d37022223b69073f50d3d4981'/>
<id>urn:sha1:68e8e04e93c1ec3d37022223b69073f50d3d4981</id>
<content type='text'>
o major overhaul of the way channels are handled: channels are now
  fully enumerated and uniquely identify the operating characteristics;
  these changes are visible to user applications which require changes
o make scanning support independent of the state machine to enable
  background scanning and roaming
o move scanning support into loadable modules based on the operating
  mode to enable different policies and reduce the memory footprint
  on systems w/ constrained resources
o add background scanning in station mode (no support for adhoc/ibss
  mode yet)
o significantly speedup sta mode scanning with a variety of techniques
o add roaming support when background scanning is supported; for now
  we use a simple algorithm to trigger a roam: we threshold the rssi
  and tx rate, if either drops too low we try to roam to a new ap
o add tx fragmentation support
o add first cut at 802.11n support: this code works with forthcoming
  drivers but is incomplete; it's included now to establish a baseline
  for other drivers to be developed and for user applications
o adjust max_linkhdr et. al. to reflect 802.11 requirements; this eliminates
  prepending mbufs for traffic generated locally
o add support for Atheros protocol extensions; mainly the fast frames
  encapsulation (note this can be used with any card that can tx+rx
  large frames correctly)
o add sta support for ap's that beacon both WPA1+2 support
o change all data types from bsd-style to posix-style
o propagate noise floor data from drivers to net80211 and on to user apps
o correct various issues in the sta mode state machine related to handling
  authentication and association failures
o enable the addition of sta mode power save support for drivers that need
  net80211 support (not in this commit)
o remove old WI compatibility ioctls (wicontrol is officially dead)
o change the data structures returned for get sta info and get scan
  results so future additions will not break user apps
o fixed tx rate is now maintained internally as an ieee rate and not an
  index into the rate set; this needs to be extended to deal with
  multi-mode operation
o add extended channel specifications to radiotap to enable 11n sniffing

Drivers:
o ath: add support for bg scanning, tx fragmentation, fast frames,
       dynamic turbo (lightly tested), 11n (sniffing only and needs
       new hal)
o awi: compile tested only
o ndis: lightly tested
o ipw: lightly tested
o iwi: add support for bg scanning (well tested but may have some
       rough edges)
o ral, ural, rum: add suppoort for bg scanning, calibrate rssi data
o wi: lightly tested

This work is based on contributions by Atheros, kmacy, sephe, thompsa,
mlaier, kevlo, and others.  Much of the scanning work was supported by
Atheros.  The 11n work was supported by Marvell.
</content>
</entry>
<entry>
<title>o fix initialization sequence.</title>
<updated>2006-01-21T10:25:51Z</updated>
<author>
<name>Damien Bergamini</name>
<email>damien@FreeBSD.org</email>
</author>
<published>2006-01-21T10:25:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25227ab8c5f3d382bd20ca46fec117d3d4dd19f8'/>
<id>urn:sha1:25227ab8c5f3d382bd20ca46fec117d3d4dd19f8</id>
<content type='text'>
o re-enable ural_disable_rf_tune().
</content>
</entry>
<entry>
<title>sync w/ openbsd:</title>
<updated>2006-01-21T09:37:51Z</updated>
<author>
<name>Damien Bergamini</name>
<email>damien@FreeBSD.org</email>
</author>
<published>2006-01-21T09:37:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86d55f61a5bcdfd36536118a4899c9e3fdd4b76c'/>
<id>urn:sha1:86d55f61a5bcdfd36536118a4899c9e3fdd4b76c</id>
<content type='text'>
o fix contention window
o silently discard received frames that are too short
o simplify lookup of 802.11a channels (we know they exist)
o fix short preamble support
o add short slot support
o fix eifs settings
o many consistency tweaks
</content>
</entry>
<entry>
<title>o Send management frames at the lowest possible rate.</title>
<updated>2005-11-29T20:55:53Z</updated>
<author>
<name>Damien Bergamini</name>
<email>damien@FreeBSD.org</email>
</author>
<published>2005-11-29T20:55:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d5dc80e4dbb5e421c2acc5ac6da28d987f423f1'/>
<id>urn:sha1:3d5dc80e4dbb5e421c2acc5ac6da28d987f423f1</id>
<content type='text'>
o Include rate in the Rx radiotap code.
o Fix RSSI value in the Rx path.
o Minor tweaks.
</content>
</entry>
<entry>
<title>o Pass received frames to radiotap.</title>
<updated>2005-11-25T21:15:07Z</updated>
<author>
<name>Damien Bergamini</name>
<email>damien@FreeBSD.org</email>
</author>
<published>2005-11-25T21:15:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26664f807c72cbe7a28b671816ebb2bc1f18c1d6'/>
<id>urn:sha1:26664f807c72cbe7a28b671816ebb2bc1f18c1d6</id>
<content type='text'>
o Remove some unsupported flags from the ic_caps field.
o Various cosmetic tweaks.

MFC after:	6 days
</content>
</entry>
<entry>
<title>Initial import of ipw, iwi, ral and ural drivers:</title>
<updated>2005-04-18T18:47:38Z</updated>
<author>
<name>Damien Bergamini</name>
<email>damien@FreeBSD.org</email>
</author>
<published>2005-04-18T18:47:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ceaec73d406831b1251babb61675df0a1aa54a31'/>
<id>urn:sha1:ceaec73d406831b1251babb61675df0a1aa54a31</id>
<content type='text'>
ipw  - Intel PRO/Wireless 2100
iwi  - Intel PRO/Wireless 2200BG/2225BG/2915ABG
ral  - Ralink Technology RT2500
ural - Ralink Technology RT2500USB

Approved by:	silby (mentor)
</content>
</entry>
</feed>
