• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/

Lines Matching refs:b5

223 /* b4 - b5 differences start here */
258 /* b4 - b5 differences start here */
588 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5,
658 memcpy((UCHAR *) &local->sparm.b5, b5_default_startup_parms,
661 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff;
662 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff;
663 local->sparm.b5.a_beacon_period[0] =
665 local->sparm.b5.a_beacon_period[1] = beacon_period & 0xff;
667 local->sparm.b5.a_power_mgt_state = 1;
668 local->sparm.b5.a_curr_country_code = country;
669 local->sparm.b5.a_hop_pattern_length =
1094 local->sparm.b5.a_hop_pattern = wrqu->freq.m;
1108 wrqu->freq.m = local->sparm.b5.a_hop_pattern;
1136 memset(local->sparm.b5.a_current_ess_id, 0, IW_ESSID_MAX_SIZE);
1137 memcpy(local->sparm.b5.a_current_ess_id, extra, wrqu->essid.length);
1152 memcpy(extra, local->sparm.b5.a_current_ess_id, IW_ESSID_MAX_SIZE);
1242 local->sparm.b5.a_rts_threshold[0] = (rthr >> 8) & 0xFF;
1243 local->sparm.b5.a_rts_threshold[1] = rthr & 0xFF;
1257 wrqu->rts.value = (local->sparm.b5.a_rts_threshold[0] << 8)
1258 + local->sparm.b5.a_rts_threshold[1];
1286 local->sparm.b5.a_frag_threshold[0] = (fthr >> 8) & 0xFF;
1287 local->sparm.b5.a_frag_threshold[1] = fthr & 0xFF;
1301 wrqu->frag.value = (local->sparm.b5.a_frag_threshold[0] << 8)
1302 + local->sparm.b5.a_frag_threshold[1];
1329 local->sparm.b5.a_network_type = card_mode;
1347 if (local->sparm.b5.a_network_type)
1445 && (local->sparm.b5.a_network_type == 0)) {
1849 if (local->sparm.b5.a_promiscuous_mode == 0) {
1851 local->sparm.b5.a_promiscuous_mode = 1;
1857 if (local->sparm.b5.a_promiscuous_mode == 1) {
1859 local->sparm.b5.a_promiscuous_mode = 0;
2615 c[i] = local->sparm.b5.a_current_ess_id[i];
2618 nettype[local->sparm.b5.a_network_type], c);
2624 local->sparm.b5.a_curr_country_code);