Searched refs:WAVELAN_ADDR_SIZE (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan.h38 #define WAVELAN_ADDR_SIZE 6 /* Size of a MAC address */ macro
42 #define MAXDATAZ (WAVELAN_ADDR_SIZE + WAVELAN_ADDR_SIZE + 2 + WAVELAN_MTU)
172 unsigned char psa_univ_mac_addr[WAVELAN_ADDR_SIZE]; /* [0x10-0x15] Universal (factory) MAC Address */
173 unsigned char psa_local_mac_addr[WAVELAN_ADDR_SIZE]; /* [0x16-1B] Local MAC Address */
H A Dwavelan_cs.h161 #define WAVELAN_ADDR_SIZE 6 macro
188 unsigned char psa_univ_mac_addr[WAVELAN_ADDR_SIZE]; /* [0x10-0x15] Universal (factory) MAC Address */
189 unsigned char psa_local_mac_addr[WAVELAN_ADDR_SIZE]; /* [0x16-1B] Local MAC Address */
H A Dwavelan.p.h471 typedef u_char mac_addr[WAVELAN_ADDR_SIZE]; /* Hardware address */
H A Dwavelan_cs.p.h588 typedef u_char mac_addr[WAVELAN_ADDR_SIZE]; /* Hardware address */
H A Dwavelan_cs.c1333 for(i = 0; i < WAVELAN_ADDR_SIZE; i++)
1531 memcpy(dev->dev_addr, mac->sa_data, WAVELAN_ADDR_SIZE);
2311 memcpy(wrqu->ap_addr.sa_data, dev->dev_addr, WAVELAN_ADDR_SIZE);
2925 wl_spy_gather(dev, skb_mac_header(skb) + WAVELAN_ADDR_SIZE, stats);
3257 memcpy(&dev->dev_addr[0], &psa.psa_univ_mac_addr[0], WAVELAN_ADDR_SIZE);
3577 cfblk.addr_len = WAVELAN_ADDR_SIZE;
3659 outb(WAVELAN_ADDR_SIZE, PIOP(base)); /* byte count lsb */
3661 outsb(PIOP(base), &dev->dev_addr[0], WAVELAN_ADDR_SIZE); local
3674 dev_mc_add(dev,WAVELAN_BEACON_ADDRESS, WAVELAN_ADDR_SIZE, 1);
3681 int addrs_len = WAVELAN_ADDR_SIZE * l
[all...]
H A Dwavelan.c1307 for (i = 0; i < WAVELAN_ADDR_SIZE; i++)
1489 memcpy(dev->dev_addr, mac->sa_data, WAVELAN_ADDR_SIZE);
2557 wl_spy_gather(dev, skb_mac_header(skb) + WAVELAN_ADDR_SIZE,
3553 AC_CFG_ALOC(1) | AC_CFG_ADDRLEN(WAVELAN_ADDR_SIZE);
3589 mcs.mcs_cnt = WAVELAN_ADDR_SIZE * lp->mc_count;
3596 WAVELAN_ADDR_SIZE >> 1); local

Completed in 68 milliseconds