Prism Nitro Support
"Rodel Miguel" <[email protected]>
| Newsgroups | gmane.linux.drivers.prism54.user |
|---|---|
| Message-ID | <[email protected]> |
Hi!
I would like to ask if my solution would suffice prism nitro support while frameburst is not yet integrated with wireless tools. I just inserted the following line in isl_ioctl.c specifically in prism54_mib_init function:
/* set prism nitro support - rodel */
MGT_SET_REQUEST_U32_NOCACHE(priv, DOT11_OID_MAXFRAMEBURST, init_burst);
/* set card profile - rodel */
MGT_SET_REQUEST_U32_NOCACHE(priv, DOT11_OID_PROFILES, init_profile);
would the card be set to the specified frameburst whenever the driver is loaded?
Thank you very much.
Rodel
P.S. Are there Prism Nitro XM support initiatives in this group?