OSDN Git Service

cfg80211: fix BSS IE allocation comment
authorJohannes Berg <johannes.berg@intel.com>
Wed, 30 Jan 2013 20:33:19 +0000 (21:33 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 4 Feb 2013 17:57:43 +0000 (18:57 +0100)
The comment about allocating the IEs together with
the BSS struct is no longer true, remove it. Also
fix a typo in the same area.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/scan.c

index 3772638..34b47b3 100644 (file)
@@ -715,11 +715,8 @@ cfg80211_inform_bss(struct wiphy *wiphy,
         * Response frame, we need to pick one of the options and only use it
         * with the driver that does not provide the full Beacon/Probe Response
         * frame. Use Beacon frame pointer to avoid indicating that this should
-        * override the iies pointer should we have received an earlier
+        * override the IEs pointer should we have received an earlier
         * indication of Probe Response data.
-        *
-        * The initial buffer for the IEs is allocated with the BSS entry and
-        * is located after the private area.
         */
        ies = kmalloc(sizeof(*ies) + ielen, gfp);
        if (!ies)