This patch removes all might_sleep calls from driver layer. This
handling is already done by mac802154 layer.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
 static int
 at86rf230_ed(struct ieee802154_hw *hw, u8 *level)
 {
-       might_sleep();
        BUG_ON(!level);
        *level = 0xbe;
        return 0;
        struct at86rf230_local *lp = hw->priv;
        int rc;
 
-       might_sleep();
-
        if (page < 0 || page > 31 ||
            !(lp->hw->phy->channels_supported[page] & BIT(channel))) {
                WARN_ON(1);
 
        struct cc2520_private *priv = hw->priv;
        int ret;
 
-       might_sleep();
        dev_dbg(&priv->spi->dev, "trying to set channel\n");
 
        BUG_ON(page != 0);
 
 static int
 fakelb_hw_ed(struct ieee802154_hw *hw, u8 *level)
 {
-       might_sleep();
        BUG_ON(!level);
        *level = 0xbe;
 
 {
        pr_debug("set channel to %d\n", channel);
 
-       might_sleep();
        hw->phy->current_page = page;
        hw->phy->current_channel = channel;
 
        struct fakelb_dev_priv *priv = hw->priv;
        struct fakelb_priv *fake = priv->fake;
 
-       might_sleep();
-
        read_lock_bh(&fake->lock);
        if (priv->list.next == priv->list.prev) {
                /* we are the only one device */