Linux Kernel
3.7.1
|
#include <commands.h>
Data Fields | |
u8 | addr [ETH_ALEN] |
__le16 | reserved1 |
u8 | sta_id |
u8 | modify_mask |
__le16 | reserved2 |
struct sta_id_modify [ETH_ALEN]: station's MAC address : idx of station in uCode's station table : STA_MODIFY_*, 1: modify, 0: don't change
Driver selects unused table idx when adding new station, or the idx to a pre-existing station entry when modifying that station. Some idxes have special purposes (IL_AP_ID, idx 0, is for AP).
modify_mask flags select which parameters to modify vs. leave alone.
struct sta_id_modify [ETH_ALEN]: station's MAC address : index of station in uCode's station table : STA_MODIFY_*, 1: modify, 0: don't change
Driver selects unused table index when adding new station, or the index to a pre-existing station entry when modifying that station. Some indexes have special purposes (IWL_AP_ID, index 0, is for AP).
modify_mask flags select which parameters to modify vs. leave alone.
Definition at line 921 of file commands.h.
u8 addr |
Definition at line 922 of file commands.h.
u8 modify_mask |
Definition at line 925 of file commands.h.
__le16 reserved1 |
Definition at line 923 of file commands.h.
__le16 reserved2 |
Definition at line 926 of file commands.h.
u8 sta_id |
Definition at line 924 of file commands.h.