From: Johannes Berg Date: Tue, 10 Jul 2007 17:32:10 +0000 (+0200) Subject: [PATCH] mac80211: clarify some mac80211 things X-Git-Tag: v2.6.23-rc1~1054^2~24^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4480f15ca62a595248d6d8e2b3e75052113cde59;p=pandora-kernel.git [PATCH] mac80211: clarify some mac80211 things The semantics of not having an add_interface callback are not well defined, this callback is required because otherwise you cannot obtain the requested MAC address of the device. Change the documentation to reflect this, add a note about having no MAC address at all, add a warning that mac_addr in struct ieee80211_if_init_conf can be NULL and finally verify that a few callbacks are assigned by way of BUG_ON() Signed-off-by: Johannes Berg Signed-off-by: Jiri Benc Signed-off-by: John W. Linville --- Reading git-diff-tree failed