linux/drivers/staging/rtl8188eu
Luca Ceresoli 4e10234453 staging: rtl8188eu: rtw_mlme_ext.c: reorder message callbacks and tables
The message handling stored in mlme_sta_tbl and OnAction_tbl are internal and
will be declared static, and their declaration removed from rtw_mlme_ext.h, in
a later commit.

This would break compilation, since they are are referenced before their
definition.

Reorder these functions and the structures that hold them so that symbols are
defined before they are referenced, without the need for forward declarations.

This commit only reorders code, there is no content change.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-12 17:22:05 -07:00
..
core staging: rtl8188eu: rtw_mlme_ext.c: reorder message callbacks and tables 2015-06-12 17:22:05 -07:00
hal staging: rtl8188eu: eliminate spaces before commas 2015-06-10 18:04:04 -07:00
include staging: rtl8188eu: eliminate spaces before commas 2015-06-10 18:04:04 -07:00
os_dep staging: rtl8188eu: eliminate spaces before commas 2015-06-10 18:04:04 -07:00
Kconfig staging: rtl8188eu: Remove P2P support 2014-07-09 21:08:47 -07:00
Makefile staging: rtl8188eu: Remove odm_debug.c 2014-09-23 23:47:12 -07:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00