linux/drivers/staging
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
..
android Staging:Android:ion - Fix for memory leak if ion device registration get failed. 2015-05-24 13:27:13 -07:00
board Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2015-02-19 10:36:45 -08:00
clocking-wizard
comedi staging: comedi: das08: use better MODULE_DESCRIPTION() 2015-06-12 17:06:42 -07:00
dgap Staging: dgap: dgap: Fixed spelling errors 2015-05-31 11:40:14 +09:00
dgnc staging: dgnc: remove ununsed Macro 2015-06-08 13:30:04 -07:00
emxx_udc staging: emxx_udc: remove commented code 2015-06-08 13:33:40 -07:00
fbtft staging: fbtft: fix build error 2015-06-09 10:37:52 -07:00
fsl-mc staging: fsl-mc: Remove redundant initalization of the .owner field 2015-05-08 09:24:11 +02:00
ft1000 staging: ft1000: Remove empty branch from conditional 2015-05-31 11:40:14 +09:00
fwserial staging: fwserial: fix resource leak 2015-05-31 11:47:57 +09:00
gdm72xx staging: gdm72xx: Fix typos in printk 2015-05-31 11:47:56 +09:00
gdm724x staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
goldfish staging: goldfish: Fix pointer cast for 32 bits 2015-05-31 11:40:14 +09:00
gs_fpgaboot staging: Remove <linux/moduleparam.h> header. 2015-03-01 17:09:52 -08:00
iio iio: Specify supported modes for buffers 2015-06-01 11:31:12 +01:00
lustre staging:lustre: Update license and copyright for the LNET headers 2015-06-11 22:41:20 -07:00
media Merge 4.1-rc4 into staging-next 2015-05-18 13:52:44 -07:00
mt29f_spinand staging: mt29f_spinand: remove pointer to pointer cast in function argument 2015-03-15 18:41:11 +01:00
netlogic staging: netlogic: allocate right size in devm_kzalloc 2015-03-20 14:13:17 +01:00
nvec staging:nvec: fix typo in comment 2015-05-31 11:56:57 +09:00
octeon staging: octeon-ethernet: update boilerplate comments 2015-04-30 17:06:09 +02:00
octeon-usb Staging: fixed multiple spelling errors. 2015-05-08 09:23:58 +02:00
olpc_dcon staging/olpc: drop pci dependencies 2015-04-03 13:56:03 +02:00
ozwpan staging: ozwpan: prevent a couple of underflows 2015-06-08 13:38:56 -07:00
panel staging: panel: use schedule_timeout_interruptible() 2015-05-31 12:04:36 +09:00
rtl8188eu staging: rtl8188eu: rtw_mlme_ext.c: reorder message callbacks and tables 2015-06-12 17:22:05 -07:00
rtl8192e staging: rtl8192e: Remove dead code: dig_t::dbg_mode, drx_path_sel::DbgMode 2015-06-12 17:13:27 -07:00
rtl8192u staging: rtl8192u: Removed redundant bool comparisons in r8192U_dm.c 2015-06-12 17:19:47 -07:00
rtl8712 staging: rtl8712: use swap() in dequeue_xframe_ex() 2015-06-12 17:19:47 -07:00
rtl8723au staging: rtl8723au: use swap() in WMMOnAssocRsp23a() 2015-06-12 17:19:47 -07:00
rts5208 Staging: rts5208: xd: Fixed checkpatch warning 2015-06-12 17:12:16 -07:00
skein Drivers: staging: skein: skein_api: Fixed spelling errors 2015-05-31 10:30:40 +09:00
slicoss staging: slicoss: restore IRQs correctly after slic_cmdq_reset() 2015-05-31 11:47:56 +09:00
sm7xxfb staging: sm7xxfb: remove unused functions 2015-05-08 09:24:12 +02:00
sm750fb staging: sm750fb: fix c99 comments 2015-06-12 17:20:33 -07:00
speakup staging: speakup: use swap() in get_highlight_color() 2015-06-12 17:19:47 -07:00
ste_rmi4 Staging: ste_rmi4: Use SIMPLE_DEV_PM_OPS() macro 2015-03-20 13:37:31 +01:00
unisys staging: unisys: Don't hold device responses until driver loads 2015-06-12 17:08:07 -07:00
vme staging: vme: mmap() support for vme_user 2015-03-06 17:03:22 -08:00
vt6655 Staging: vt6655: Remove unnecessary equality checks in rxtx.c 2015-06-12 17:10:47 -07:00
vt6656 Staging: vt6656: device: Fixed spelling error 2015-05-31 10:41:21 +09:00
wilc1000 staging: wilc1000: change WILC_BOOL to bool 2015-06-11 22:37:18 -07:00
wlan-ng staging: wlan-ng: fix long line 2015-06-08 13:33:40 -07:00
xgifb staging: xgifb: use arch_phys_wc_add() and ioremap_wc() 2015-05-31 10:30:40 +09:00
Kconfig staging: wilc1000: Add SDIO/SPI 802.11 driver 2015-05-24 13:36:53 -07:00
Makefile staging: wilc1000: Add SDIO/SPI 802.11 driver 2015-05-24 13:36:53 -07:00
staging.c