Searched refs:il_bcast_addr (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 857 extern const u8 il_bcast_addr[ETH_ALEN];
|
H A D | common.c | 3370 const u8 il_bcast_addr[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable 3371 EXPORT_SYMBOL(il_bcast_addr);
|
H A D | 3945-mac.c | 2321 sta_id = il_prep_station(il, il_bcast_addr, false, NULL); in il3945_alloc_bcast_station()
|
H A D | 4965-mac.c | 3516 sta_id = il_prep_station(il, il_bcast_addr, false, NULL); in il4965_alloc_bcast_station()
|