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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-sta.c1384 priv->stations[sta_id].sta.station_flags &= ~STA_FLG_PWR_SAVE_MSK;
1385 priv->stations[sta_id].sta.station_flags_msk = STA_FLG_PWR_SAVE_MSK;
1400 priv->stations[sta_id].sta.station_flags |= STA_FLG_PWR_SAVE_MSK;
1401 priv->stations[sta_id].sta.station_flags_msk = STA_FLG_PWR_SAVE_MSK;
H A Diwl-commands.h968 #define STA_FLG_PWR_SAVE_MSK cpu_to_le32(1 << 8) macro

Completed in 103 milliseconds