Home
last modified time | relevance | path

Searched refs:IPW_BIT_GPIO_RF_KILL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2100.h731 #define IPW_BIT_GPIO_RF_KILL 0x00010000 macro
Dipw2100.c1184 value = (value << 1) | ((reg & IPW_BIT_GPIO_RF_KILL) ? 0 : 1); in rf_kill_active()