Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.h873 #define IPW_START_ORD_TAB_2 1000 macro
880 ((id >= IPW_START_ORD_TAB_2) && (id < (mgr->table2_size + IPW_START_ORD_TAB_2)))
Dipw2100.c569 ord -= IPW_START_ORD_TAB_2; in ipw2100_get_ordinal()