提交 7a9df167 编写于 作者: J Johannes Berg 提交者: David S. Miller

[WEXT]: Move EXPORT_SYMBOL statements where they belong.

EXPORT_SYMBOL statements are supposed to go together with the symbol
they're exporting. This patch moves them accordingly.
Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 dd8ceabc
......@@ -1279,6 +1279,7 @@ void wireless_send_event(struct net_device * dev,
return; /* Always success, I guess ;-) */
}
EXPORT_SYMBOL(wireless_send_event);
/********************** ENHANCED IWSPY SUPPORT **********************/
/*
......@@ -1356,6 +1357,7 @@ int iw_handler_set_spy(struct net_device * dev,
return 0;
}
EXPORT_SYMBOL(iw_handler_set_spy);
/*------------------------------------------------------------------*/
/*
......@@ -1391,6 +1393,7 @@ int iw_handler_get_spy(struct net_device * dev,
spydata->spy_stat[i].updated &= ~IW_QUAL_ALL_UPDATED;
return 0;
}
EXPORT_SYMBOL(iw_handler_get_spy);
/*------------------------------------------------------------------*/
/*
......@@ -1417,6 +1420,7 @@ int iw_handler_set_thrspy(struct net_device * dev,
return 0;
}
EXPORT_SYMBOL(iw_handler_set_thrspy);
/*------------------------------------------------------------------*/
/*
......@@ -1440,6 +1444,7 @@ int iw_handler_get_thrspy(struct net_device * dev,
return 0;
}
EXPORT_SYMBOL(iw_handler_get_thrspy);
/*------------------------------------------------------------------*/
/*
......@@ -1516,10 +1521,4 @@ void wireless_spy_update(struct net_device * dev,
}
}
}
EXPORT_SYMBOL(iw_handler_get_spy);
EXPORT_SYMBOL(iw_handler_get_thrspy);
EXPORT_SYMBOL(iw_handler_set_spy);
EXPORT_SYMBOL(iw_handler_set_thrspy);
EXPORT_SYMBOL(wireless_send_event);
EXPORT_SYMBOL(wireless_spy_update);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册