Skip to content
Snippets Groups Projects
Commit 2289c7a0 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ar8216: Remove read/write/rmw member functions from ar8xxx_priv


Remove read/write/rmw member functions from ar8xxx_priv

There seems to be no real benefit of the ar8xxx_priv member functions
read/write/rmw as one implementation exists for each of them only.
Especially ar8xxx_mii_rmw is assigned to priv->rmw first and then
mapped to ar8xxx_rmw.
Rename the ar8xxx_mii_.. functions to ar8xxx_.. and use them directly.

Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>

SVN-Revision: 43742
parent 45a494b8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment