Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c1417 .station_flags = STA_FLG_PWR_SAVE_MSK, in iwl_sta_modify_sleep_tx_count()
1418 .station_flags_msk = STA_FLG_PWR_SAVE_MSK, in iwl_sta_modify_sleep_tx_count()
H A Dcommands.h737 #define STA_FLG_PWR_SAVE_MSK cpu_to_le32(1 << 8) macro