mirror of https://gitee.com/openkylin/linux.git
mt76: rename mt76x2_regs.h
MAC registers are the same for mt76x0 and mt76x2. Rename mt76x2_regs.h file to reflect that. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
2735a6dd7d
commit
89e1b1bc07
|
@ -14,8 +14,8 @@
|
||||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __MT76x2_REGS_H
|
#ifndef __MT76X02_REGS_H
|
||||||
#define __MT76x2_REGS_H
|
#define __MT76X02_REGS_H
|
||||||
|
|
||||||
#define MT_ASIC_VERSION 0x0000
|
#define MT_ASIC_VERSION 0x0000
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
#define MT_VIF_WCID(_n) (254 - ((_n) & 7))
|
#define MT_VIF_WCID(_n) (254 - ((_n) & 7))
|
||||||
|
|
||||||
#include "mt76.h"
|
#include "mt76.h"
|
||||||
#include "mt76x2_regs.h"
|
#include "mt76x02_regs.h"
|
||||||
#include "mt76x2_mac.h"
|
#include "mt76x2_mac.h"
|
||||||
#include "mt76x2_dfs.h"
|
#include "mt76x2_dfs.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue