Staging: w35und: remove the no-op pa_stall_execution macro
[firefly-linux-kernel-4.4.55.git] / drivers / staging / winbond / sme_api.c
1 //------------------------------------------------------------------------------------
2 // sme_api.c
3 //
4 // Copyright(C) 2002 Winbond Electronics Corp.
5 //
6 //
7 //------------------------------------------------------------------------------------
8 #include "os_common.h"
9
10 s8 sme_get_rssi(void *pcore_data, s32 *prssi)
11 {
12        BUG();
13        return 0;
14 }