Home
last modified time | relevance | path

Searched refs:B43_MACCTL_AP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Db43.h461 #define B43_MACCTL_AP 0x00040000 /* AccessPoint mode */ macro
H A Dmain.c3101 ctl &= ~B43_MACCTL_AP; in b43_adjust_opmode()
3111 ctl |= B43_MACCTL_AP; in b43_adjust_opmode()
3133 if ((ctl & B43_MACCTL_INFRA) && !(ctl & B43_MACCTL_AP)) { in b43_adjust_opmode()
3146 if (0 /* ctl & B43_MACCTL_AP */) in b43_adjust_opmode()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Db43.h461 #define B43_MACCTL_AP 0x00040000 /* AccessPoint mode */ macro
H A Dmain.c3102 ctl &= ~B43_MACCTL_AP; in b43_adjust_opmode()
3112 ctl |= B43_MACCTL_AP; in b43_adjust_opmode()
3134 if ((ctl & B43_MACCTL_INFRA) && !(ctl & B43_MACCTL_AP)) { in b43_adjust_opmode()
3147 if (0 /* ctl & B43_MACCTL_AP */) in b43_adjust_opmode()

Completed in 35 milliseconds