From: Sunny Lai (ktlai_at_ie.cuhk.edu.hk)
Date: 2002-08-28 10:12:22 UTC
Hello,
I am doing some mulitcast buffering research, so I like to disable the cards multicast buffer by the following code in the "prism2_setup_rids" routinue.
ret = prism2_set_word(dev, HFA384X_RID_CNFMULTICASTPMBUFFERING, 0); if (ret) { printk("%s: CNFMULTICASTPMBUFFERING setting to %d failed\n", dev->name, 0); }
But with failure as show below. Does anyone have any advice?? Thanks.......
hostap_plx: hostap_plx.c 0.0.0 2002-05-19 (SSH Communications Security Corp,
Jou
ni Malinen)
hostap_plx: (c) SSH Communications Security Corp <jkm_at_ssh.com>
PCI: Found IRQ 10 for device 02:08.0 PCI: Sharing IRQ 10 with 00:1f.3 PCI: Sharing IRQ 10 with 00:1f.5
hostap_plx: CIS: 01 03 00 00 ff 17 ... hostap_plx: manfid=0x0274, 0x1613 hostap_plx: cor_index=0x1 cor_offset=0x3e0Prism2/2.5 PC Card detected in PLX adapter PLX_INTCSR=0x1063
hostap_plx: Registered netdevice wlan0 prism2_hw_init() prism2_hw_config: initialized in 16757 iterations wlan0: NIC: id=0x801b v1.0.0 wlan0: PRI: id=0x15 v1.0.7 wlan0: STA: id=0x1f v1.3.5 wlan0: CMD=0x0121 => res=0x7f, resp0=0x0004wlan0: hfa384x_set_rid: CMDCODE_ACCESS_WRITE failed (res=127) wlan0: CNFMULTICASTPMBUFFERING setting to 0 failed device eth1 entered promiscuous mode
Best Regards,
Sunny Lai