qcacld-3.0: Remove obsolete macro HIGH_PRIORITY

After control path scheduler componentization cds_mq.h
HIGH_PRIORITY macro is no longer used hence remove it.

Change-Id: Ied7a2078753686ee2d885b072f2f03a1fd810e9c
CRs-Fixed: 2000214
This commit is contained in:
Rajeev Kumar
2017-01-30 16:57:07 -08:00
کامیت شده توسط qcabuildsw
والد 0acd92503e
کامیت 149787189e
2فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده

مشاهده پرونده

@@ -44,8 +44,6 @@
#include <qdf_types.h>
#include <qdf_status.h>
#define HIGH_PRIORITY 1
/**---------------------------------------------------------------------------
\brief cds_send_mb_message_to_mac() - post a message to a message queue

مشاهده پرونده

@@ -942,7 +942,7 @@ uint32_t lim_post_msg_high_priority(tpAniSirGlobal mac,
struct scheduler_msg *msg)
{
return scheduler_post_msg_by_priority(QDF_MODULE_ID_PE,
msg, HIGH_PRIORITY);
msg, true);
}
/*--------------------------------------------------------------------------