Hi All,
i am trying to develop open source mac driver fo our wlan device
and Due to some inherent issues with my embedded platform i need to
stick to the kernel veriosn 2.6.22(i guess the version when the open
source mac was released in mainline kernel tree). i am facing a crash
with sysfs_create_fs where BUG_ON(!kobj || !kobj->dentry || !name);
statement is getting hit and system is crashing. Can anyone point out
where should i initialize kobject file system in context of open
source mac.
Any help is much appreciated.
Thanks
bharat
typo the crahing function name is sysfs_create_link not sysfs_create_fs
thanks
bharat
On Mon, Mar 9, 2009 at 11:19 AM, Bharat Bhushan
<[email protected]> wrote:
> Hi All,
>
> =A0 i am trying to develop open source mac driver fo our wlan device
> and Due to some inherent issues with my embedded platform i need to
> stick to the kernel veriosn 2.6.22(i guess the version when the open
> source mac was released in mainline kernel tree). i am facing a crash
> with sysfs_create_fs where BUG_ON(!kobj || !kobj->dentry || !name);
> statement is getting hit and system is crashing. Can anyone point out
> where should i initialize kobject file system in context of open
> source mac.
>
> Any help is much appreciated.
>
> Thanks
>
> bharat
>