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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 209 milliseconds