Page MenuHomeFreeBSD

urtwn(4): add ROM structure for RTL8188EU
ClosedPublic

Authored by avos on Nov 25 2015, 6:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 5:59 AM
Unknown Object (File)
Wed, Apr 17, 5:50 AM
Unknown Object (File)
Mar 15 2024, 5:39 PM
Unknown Object (File)
Mar 15 2024, 5:36 PM
Unknown Object (File)
Feb 4 2024, 7:36 PM
Unknown Object (File)
Dec 27 2023, 10:36 AM
Unknown Object (File)
Dec 27 2023, 10:31 AM
Unknown Object (File)
Dec 20 2023, 12:22 AM
Subscribers

Details

Summary

Add the structure with already known fields offsets (some of them were taken from this driver, some (channel_plan, rf_* fields) - from TP-LINK official driver) + fix a typo / dehardcode a constant in RTL8192C ROM structure.

Test Plan

Tested with RTL8188EU, STA mode

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avos retitled this revision from to urtwn(4): add ROM structure for RTL8188EU.
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added reviewers: adrian, kevlo.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
kevlo edited edge metadata.

There are two minor style bugs, the rest looks good, thanks.

sys/dev/usb/wlan/if_urtwnreg.h
968 ↗(On Diff #10496)

style bug.

969 ↗(On Diff #10496)

style bug.

This revision is now accepted and ready to land.Nov 26 2015, 8:30 AM
sys/dev/usb/wlan/if_urtwnreg.h
968 ↗(On Diff #10496)

it's not a style bug - look on it via 'download raw diff'
(probably, phabricator implicitly converts tabs into spaces)

adrian edited edge metadata.
This revision was automatically updated to reflect the committed changes.