Page MenuHomeFreeBSD

new driver: dev/rt2860: driver for RT2860 wifi
AbandonedPublic

Authored by yamori813_yahoo.co.jp on Jun 21 2018, 5:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 10 2024, 1:42 AM
Unknown Object (File)
Dec 30 2023, 3:51 AM
Unknown Object (File)
Dec 20 2023, 1:14 AM
Unknown Object (File)
Dec 12 2023, 9:27 PM
Unknown Object (File)
Dec 12 2023, 4:22 PM
Unknown Object (File)
Nov 25 2023, 6:43 PM
Unknown Object (File)
Nov 7 2023, 1:57 AM
Unknown Object (File)
Nov 5 2023, 4:27 AM
Subscribers

Details

Summary

This code support 11n.

Test Plan

on RT3050

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19353
Build 18958: arc lint + arc unit

Event Timeline

  • fix typo by arc
  • repare from master file

Hi!

interesting! ok. I wonder how hard it'd be to integrate this into the existing ral driver. All of the RAL "HAL" routines right now really are almost complete drivers themselves with some shared bus management glue. HOw hard does it look to integrate it?

Currently We have almost same code in these file.

sys/dev/ral/rt2860.c
sys/dev/usb/wlan/if_run.c

This code support PCI and USB. I can't check this code, because of I don't have PCI and USB module.

linimon retitled this revision from This is RT2860 wifi driver to new driver: dev/rt2860: driver for RT2860 wifi.Aug 2 2018, 10:08 PM

This is original README

FreeBSD 7.2 and 8.0 device drivers for Ralink rt2870 and rt2860 chips.

Features:

  • 802.11abg
  • Security: WEP, TKIP, AES-CCMP
  • Modes: STA, Adhoc, HostAP, WDS
  • 802.11n
    • 20/40 MHz bandwidth channels
    • Greenfield
    • Short GI
    • STBC
    • A-MSDU Rx
    • A-MPDU Tx/Rx
    • Block Acknowledgements (BA)
    • MIMO power save

I want add more support chip. But I don't know when that will be.

I was going to try and commit this to -head soon, as it's a pretty stand-alone thing. even just before -head branches.

Do you want me to abandon it? or shall i try to get it into the tree as-is?

Thanks!

-a

I want add RT2880 and RT5350 and MT7620 support in this code. If I will done it, then I will put review again. Thanks.