]> Pileus Git - ~andy/linux/blobdiff - net/wireless/core.h
Merge tag 'for-v3.8-part2' of git://git.infradead.org/battery-2.6
[~andy/linux] / net / wireless / core.h
index a0c8decf6a4758a9f50796d06396696a3072f1c8..3563097169cb3ca8b767e9f5398a741c03a9885b 100644 (file)
@@ -138,8 +138,6 @@ struct cfg80211_internal_bss {
        unsigned long ts;
        struct kref ref;
        atomic_t hold;
-       bool beacon_ies_allocated;
-       bool proberesp_ies_allocated;
 
        /* must be last because of priv member */
        struct cfg80211_bss pub;
@@ -483,12 +481,6 @@ int cfg80211_validate_beacon_int(struct cfg80211_registered_device *rdev,
 void cfg80211_update_iface_num(struct cfg80211_registered_device *rdev,
                               enum nl80211_iftype iftype, int num);
 
-bool cfg80211_chan_def_valid(const struct cfg80211_chan_def *chandef);
-
-bool cfg80211_secondary_chans_ok(struct wiphy *wiphy,
-                                u32 center_freq, u32 bandwidth,
-                                u32 prohibited_flags);
-
 #define CFG80211_MAX_NUM_DIFFERENT_CHANNELS 10
 
 #ifdef CONFIG_CFG80211_DEVELOPER_WARNINGS