Lines Matching defs:mac
511 u8 mac[ETH_ALEN];
665 u8 mac[ETH_ALEN];
859 #define TXCTL_802_11 (1<<3) /* 802.11 mac packet */
913 #define AIROPMACON AIROPAPLIST + 1 /* Enable mac */
914 #define AIROPMACOFF AIROPMACON + 1 /* Disable mac */
1113 static u16 setup_card(struct airo_info*, u8 *mac, int lock);
3828 static int noinline_for_stack airo_readconfig(struct airo_info *ai, u8 *mac, int lock)
3873 mac[i] = ai->config.macAddr[i];
3890 static u16 setup_card(struct airo_info *ai, u8 *mac, int lock)
3936 status = airo_readconfig(ai, mac, lock);
3972 ai->defindex = wkr.mac[0];
5231 return wkr.mac[0];
5254 memcpy(wkr.mac, macaddr, ETH_ALEN);
5270 wkr.mac[0] = (char)index;
5380 (int)wkr.mac[0]);