All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jahnavi <jahnavi.meher@redpinesignals.com>
To: linux-wireless@vger.kernel.org
Subject: Help regarding the initialization of MAC80211 layer
Date: Mon, 24 Jun 2013 10:24:53 +0530	[thread overview]
Message-ID: <51C7D11D.8070805@redpinesignals.com> (raw)

  Hi,
I am new to the linux wireless subsystem and I am trying to bring 
register MAC80211 with a HAL. I have started with the monitor mode and 
am using FC 16, kernel version 3.5.4. I am registering the callbacks to 
the driver through the function ieee80211_alloc_hw(). I am getting a 
kernel crash here, on checking the crash log the crash is from the 
mac80211.ko at main.c, line number 583(BUG_ON(!ops->stop)) which says 
that there is no valid "stop" callback. The crash log says: "invalid 
opcode: 0000 [#1] SMP ". I have a GPL and a NON-GPL module and in the 
stop callback, I am calling a function from the NON-GPL module. I have 
checked my Module.symvers and the function is present there. Any help in 
this regard would be very much appreciated. Thank you.

-- 
Regards,
Jahnavi Meher



                 reply	other threads:[~2013-06-24  5:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51C7D11D.8070805@redpinesignals.com \
    --to=jahnavi.meher@redpinesignals.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.