Searched refs:mfg_mode (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c301 adapter->mfg_mode = mfg_mode;
512 if (adapter->mfg_mode) {
H A Dmain.c31 bool mfg_mode; variable
32 module_param(mfg_mode, bool, 0);
33 MODULE_PARM_DESC(mfg_mode, "manufacturing mode enable:1, disable:0");
596 if (!adapter->mfg_mode) {
727 if (mfg_mode)
H A Dmain.h50 extern bool mfg_mode;
1006 bool mfg_mode; member in struct:mwifiex_adapter
H A Dcmdevt.c594 if (adapter->mfg_mode && cmd_no) {
H A Dusb.c658 if (card->udev->state != USB_STATE_NOTATTACHED && !adapter->mfg_mode) {
H A Dpcie.c449 if (fw_status == FIRMWARE_READY_PCIE && !adapter->mfg_mode) {
H A Dsdio.c855 !adapter->mfg_mode) {
H A Dcfg80211.c3089 if (!adapter->mfg_mode) {

Completed in 326 milliseconds