Re: [PATCH 2/5] mac80211: standardize adding supported rates IEs
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2011-09-27 11:46:35
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2011-09-27 11:46:35
On Mon, 2011-09-26 at 13:54 +0300, Arik Nemtsov wrote:
Relocate the mesh implementation of adding the (extended) supported rates IE to util.c, anticipating its use by other parts of mac80211. Signed-off-by: Arik Nemtsov <redacted> Cc: Kalyan C Gaddam <redacted>
Thanks! :)
+EXPORT_SYMBOL(ieee80211_add_srates_ie);
+EXPORT_SYMBOL(ieee80211_add_ext_srates_ie);
You shouldn't export these.
\ No newline at end of file
And it's a good idea to have "\n" be the last character of the file :) johannes