change symbol rfkill_unregister to backport_rfkill_unregister
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 20 Jun 2009 11:17:15 +0000 (13:17 +0200)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 22 Jun 2009 16:03:15 +0000 (09:03 -0700)
In include/linux/rfkill_backport.h "backport_" in front of rfkill_unregister was missing.
Update compat.diff

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
compat/compat.diff

index cff247987f25aa9b72d3b6dd06158e8c3865835c..0797d79529f5e273cef81d56e877232a86188c74 100644 (file)
  
 --- a/drivers/net/wireless/mac80211_hwsim.c
 +++ b/drivers/net/wireless/mac80211_hwsim.c
-@@ -734,16 +734,22 @@ static struct device_driver mac80211_hwsim_driver = {
+@@ -744,16 +744,22 @@ static struct device_driver mac80211_hwsim_driver = {
        .name = "mac80211_hwsim"
  };
  
             struct device *parent,
             const enum rfkill_type type,
             const struct rfkill_ops *ops,
-@@ -293,18 +293,18 @@ rfkill_alloc(const char *name,
+@@ -293,61 +293,61 @@ rfkill_alloc(const char *name,
        return ERR_PTR(-ENODEV);
  }
  
  {
  }
  
-@@ -312,42 +312,42 @@ static inline void rfkill_unregister(struct rfkill *rfkill)
+-static inline void rfkill_unregister(struct rfkill *rfkill)
++static inline void backport_rfkill_unregister(struct rfkill *rfkill)
  {
  }
  
  
        if (!drv->rfkill) {
                kfree(drv);
-@@ -399,7 +409,11 @@ int wiphy_register(struct wiphy *wiphy)
+@@ -396,7 +406,11 @@ int wiphy_register(struct wiphy *wiphy)
        if (res)
                return res;
  
        if (res)
                goto out_rm_dev;
  
-@@ -447,7 +461,11 @@ void wiphy_rfkill_start_polling(struct wiphy *wiphy)
+@@ -444,7 +458,11 @@ void wiphy_rfkill_start_polling(struct wiphy *wiphy)
        if (!drv->ops->rfkill_poll)
                return;
        drv->rfkill_ops.poll = cfg80211_rfkill_poll;
  }
  EXPORT_SYMBOL(wiphy_rfkill_start_polling);
  
-@@ -455,7 +473,11 @@ void wiphy_rfkill_stop_polling(struct wiphy *wiphy)
+@@ -452,7 +470,11 @@ void wiphy_rfkill_stop_polling(struct wiphy *wiphy)
  {
        struct cfg80211_registered_device *drv = wiphy_to_dev(wiphy);
  
  }
  EXPORT_SYMBOL(wiphy_rfkill_stop_polling);
  
-@@ -463,7 +485,11 @@ void wiphy_unregister(struct wiphy *wiphy)
+@@ -460,7 +482,11 @@ void wiphy_unregister(struct wiphy *wiphy)
  {
        struct cfg80211_registered_device *drv = wiphy_to_dev(wiphy);
  
  
        /* protect the device list */
        mutex_lock(&cfg80211_mutex);
-@@ -501,7 +527,11 @@ EXPORT_SYMBOL(wiphy_unregister);
+@@ -498,7 +524,11 @@ EXPORT_SYMBOL(wiphy_unregister);
  void cfg80211_dev_free(struct cfg80211_registered_device *drv)
  {
        struct cfg80211_internal_bss *scan, *tmp;
        mutex_destroy(&drv->mtx);
        mutex_destroy(&drv->devlist_mtx);
        list_for_each_entry_safe(scan, tmp, &drv->bss_list, list)
-@@ -519,7 +549,11 @@ void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked)
+@@ -516,7 +546,11 @@ void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked)
  {
        struct cfg80211_registered_device *drv = wiphy_to_dev(wiphy);
  
                schedule_work(&drv->rfkill_sync);
  }
  EXPORT_SYMBOL(wiphy_rfkill_set_hw_state);
-@@ -579,7 +613,11 @@ static int cfg80211_netdev_notifier_call(struct notifier_block * nb,
+@@ -576,7 +610,11 @@ static int cfg80211_netdev_notifier_call(struct notifier_block * nb,
                mutex_unlock(&rdev->devlist_mtx);
                break;
        case NETDEV_PRE_UP:
                /* this "consumes" the reference */
 --- a/net/wireless/wext-compat.c
 +++ b/net/wireless/wext-compat.c
-@@ -764,7 +764,11 @@ int cfg80211_wext_siwtxpower(struct net_device *dev,
+@@ -783,7 +783,11 @@ int cfg80211_wext_siwtxpower(struct net_device *dev,
  
        /* only change when not disabling */
        if (!data->txpower.disabled) {
  
                if (data->txpower.fixed) {
                        /*
-@@ -789,7 +793,11 @@ int cfg80211_wext_siwtxpower(struct net_device *dev,
+@@ -808,7 +812,11 @@ int cfg80211_wext_siwtxpower(struct net_device *dev,
                        }
                }
        } else {
                schedule_work(&rdev->rfkill_sync);
                return 0;
        }
-@@ -820,7 +828,11 @@ int cfg80211_wext_giwtxpower(struct net_device *dev,
+@@ -839,7 +847,11 @@ int cfg80211_wext_giwtxpower(struct net_device *dev,
  
        /* well... oh well */
        data->txpower.fixed = 1;