| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788 |
- /*
- ** Id: //Department/DaVinci/BRANCHES/MT6620_WIFI_DRIVER_V2_3/os/linux/gl_proc.c#2
- */
- /*! \file "gl_proc.c"
- \brief This file defines the interface which can interact with users in /proc fs.
- Detail description.
- */
- /*
- ** Log: gl_proc.c
- **
- ** 09 17 2012 cm.chang
- ** [BORA00002149] [MT6630 Wi-Fi] Initial software development
- ** Duplicate source from MT6620 v2.3 driver branch
- ** (Davinci label: MT6620_WIFI_Driver_V2_3_120913_1942_As_MT6630_Base)
- **
- ** 08 24 2012 cp.wu
- ** [WCXRP00001269] [MT6620 Wi-Fi][Driver] cfg80211 porting merge back to DaVinci
- ** .
- **
- ** 08 24 2012 cp.wu
- ** [WCXRP00001269] [MT6620 Wi-Fi][Driver] cfg80211 porting merge back to DaVinci
- ** cfg80211 support merge back from ALPS.JB to DaVinci - MT6620 Driver v2.3 branch.
- *
- * 11 10 2011 cp.wu
- * [WCXRP00001098] [MT6620 Wi-Fi][Driver] Replace printk by DBG LOG macros in linux porting layer
- * 1. eliminaite direct calls to printk in porting layer.
- * 2. replaced by DBGLOG, which would be XLOG on ALPS platforms.
- *
- * 12 10 2010 kevin.huang
- * [WCXRP00000128] [MT6620 Wi-Fi][Driver] Add proc support to Android Driver for debug and driver status check
- * Add Linux Proc Support
- ** \main\maintrunk.MT5921\19 2008-09-02 21:08:37 GMT mtk01461
- ** Fix the compile error of SPRINTF()
- ** \main\maintrunk.MT5921\18 2008-08-10 18:48:28 GMT mtk01461
- ** Update for Driver Review
- ** \main\maintrunk.MT5921\17 2008-08-04 16:52:01 GMT mtk01461
- ** Add proc dbg print message of DOMAIN_INDEX level
- ** \main\maintrunk.MT5921\16 2008-07-10 00:45:16 GMT mtk01461
- ** Remove the check of MCR offset, we may use the MCR address which is not align to DW boundary or proprietary usage.
- ** \main\maintrunk.MT5921\15 2008-06-03 20:49:44 GMT mtk01461
- ** \main\maintrunk.MT5921\14 2008-06-02 22:56:00 GMT mtk01461
- ** Rename some functions for linux proc
- ** \main\maintrunk.MT5921\13 2008-06-02 20:23:18 GMT mtk01461
- ** Revise PROC mcr read / write for supporting TELNET
- ** \main\maintrunk.MT5921\12 2008-03-28 10:40:25 GMT mtk01461
- ** Remove temporary set desired rate in linux proc
- ** \main\maintrunk.MT5921\11 2008-01-07 15:07:29 GMT mtk01461
- ** Add User Update Desired Rate Set for QA in Linux
- ** \main\maintrunk.MT5921\10 2007-12-11 00:11:14 GMT mtk01461
- ** Fix SPIN_LOCK protection
- ** \main\maintrunk.MT5921\9 2007-12-04 18:07:57 GMT mtk01461
- ** Add additional debug category to proc
- ** \main\maintrunk.MT5921\8 2007-11-02 01:03:23 GMT mtk01461
- ** Unify TX Path for Normal and IBSS Power Save + IBSS neighbor learning
- ** \main\maintrunk.MT5921\7 2007-10-25 18:08:14 GMT mtk01461
- ** Add VOIP SCAN Support & Refine Roaming
- ** Revision 1.3 2007/07/05 07:25:33 MTK01461
- ** Add Linux initial code, modify doc, add 11BB, RF init code
- **
- ** Revision 1.2 2007/06/27 02:18:51 MTK01461
- ** Update SCAN_FSM, Initial(Can Load Module), Proc(Can do Reg R/W), TX API
- **
- */
- /*******************************************************************************
- * C O M P I L E R F L A G S
- ********************************************************************************
- */
- /*******************************************************************************
- * E X T E R N A L R E F E R E N C E S
- ********************************************************************************
- */
- #include "gl_os.h"
- #include "gl_kal.h"
- #include "debug.h"
- #include "wlan_lib.h"
- #include "debug.h"
- /*******************************************************************************
- * C O N S T A N T S
- ********************************************************************************
- */
- #define PROC_MCR_ACCESS "mcr"
- #define PROC_ROOT_NAME "wlan"
- #if CFG_SUPPORT_DEBUG_FS
- #define PROC_ROAM_PARAM "roam_param"
- #define PROC_COUNTRY "country"
- #endif
- #define PROC_DRV_STATUS "status"
- #define PROC_RX_STATISTICS "rx_statistics"
- #define PROC_TX_STATISTICS "tx_statistics"
- #define PROC_DBG_LEVEL_NAME "dbg_level"
- #define PROC_MCR_ACCESS_MAX_USER_INPUT_LEN 20
- #define PROC_RX_STATISTICS_MAX_USER_INPUT_LEN 10
- #define PROC_TX_STATISTICS_MAX_USER_INPUT_LEN 10
- #define PROC_DBG_LEVEL_MAX_USER_INPUT_LEN 20
- #define PROC_DBG_LEVEL_MAX_DISPLAY_STR_LEN 30
- #define PROC_UID_SHELL 2000
- #define PROC_GID_WIFI 1010
- /*******************************************************************************
- * D A T A T Y P E S
- ********************************************************************************
- */
- /*******************************************************************************
- * P U B L I C D A T A
- ********************************************************************************
- */
- /*******************************************************************************
- * P R I V A T E D A T A
- ********************************************************************************
- */
- static P_GLUE_INFO_T g_prGlueInfo_proc;
- static UINT_32 u4McrOffset;
- static struct proc_dir_entry *gprProcRoot;
- static UINT_8 aucDbModuleName[][PROC_DBG_LEVEL_MAX_DISPLAY_STR_LEN] = {
- "INIT", "HAL", "INTR", "REQ", "TX", "RX", "RFTEST", "EMU", "SW1", "SW2",
- "SW3", "SW4", "HEM", "AIS", "RLM", "MEM", "CNM", "RSN", "BSS", "SCN",
- "SAA", "AAA", "P2P", "QM", "SEC", "BOW", "WAPI", "ROAMING", "TDLS", "OID",
- "NIC"
- };
- static UINT_8 aucProcBuf[1536];
- /*******************************************************************************
- * M A C R O S
- ********************************************************************************
- */
- /*******************************************************************************
- * F U N C T I O N D E C L A R A T I O N S
- ********************************************************************************
- */
- static ssize_t procDbgLevelRead(struct file *filp, char __user *buf, size_t count, loff_t *f_pos)
- {
- UINT_8 *temp = &aucProcBuf[0];
- UINT_32 u4CopySize = 0;
- UINT_16 i;
- UINT_16 u2ModuleNum = 0;
- /* if *f_ops>0, we should return 0 to make cat command exit */
- if (*f_pos > 0)
- return 0;
- kalStrCpy(temp, "\nTEMP|LOUD|INFO|TRACE | EVENT|STATE|WARN|ERROR\n"
- "bit7|bit6|bit5|bit4 | bit3|bit2|bit1|bit0\n\n"
- "Usage: Module Index:Module Level, such as 0x00:0xff\n\n"
- "Debug Module\tIndex\tLevel\tDebug Module\tIndex\tLevel\n\n");
- temp += kalStrLen(temp);
- u2ModuleNum = (sizeof(aucDbModuleName) / PROC_DBG_LEVEL_MAX_DISPLAY_STR_LEN) & 0xfe;
- for (i = 0; i < u2ModuleNum; i += 2)
- SPRINTF(temp, ("DBG_%s_IDX\t(0x%02x):\t0x%02x\tDBG_%s_IDX\t(0x%02x):\t0x%02x\n",
- &aucDbModuleName[i][0], i, aucDebugModule[i],
- &aucDbModuleName[i+1][0], i+1, aucDebugModule[i+1]));
- if ((sizeof(aucDbModuleName) / PROC_DBG_LEVEL_MAX_DISPLAY_STR_LEN) & 0x1)
- SPRINTF(temp, ("DBG_%s_IDX\t(0x%02x):\t0x%02x\n",
- &aucDbModuleName[u2ModuleNum][0], u2ModuleNum, aucDebugModule[u2ModuleNum]));
- u4CopySize = kalStrLen(aucProcBuf);
- if (u4CopySize > count)
- u4CopySize = count;
- if (copy_to_user(buf, aucProcBuf, u4CopySize)) {
- DBGLOG(HAL, ERROR, "copy to user failed\n");
- return -EFAULT;
- }
- *f_pos += u4CopySize;
- return (ssize_t)u4CopySize;
- }
- static ssize_t procDbgLevelWrite(struct file *file, const char __user *buffer, size_t count, loff_t *data)
- {
- UINT_32 u4NewDbgModule, u4NewDbgLevel;
- UINT_8 *temp = &aucProcBuf[0];
- UINT_32 u4CopySize = sizeof(aucProcBuf);
- kalMemSet(aucProcBuf, 0, u4CopySize);
- if (u4CopySize >= count+1)
- u4CopySize = count;
- if (copy_from_user(aucProcBuf, buffer, u4CopySize)) {
- pr_err("error of copy from user\n");
- return -EFAULT;
- }
- aucProcBuf[u4CopySize] = '\0';
- while (temp) {
- if (sscanf(temp, "0x%x:0x%x", &u4NewDbgModule, &u4NewDbgLevel) != 2) {
- pr_info("debug module and debug level should be one byte in length\n");
- break;
- }
- if (u4NewDbgModule == 0xFF) {
- UINT_8 i = 0;
- for (; i < DBG_MODULE_NUM; i++)
- aucDebugModule[i] = u4NewDbgLevel & DBG_CLASS_MASK;
- break;
- } else if (u4NewDbgModule >= DBG_MODULE_NUM) {
- pr_info("debug module index should less than %d\n", DBG_MODULE_NUM);
- break;
- }
- aucDebugModule[u4NewDbgModule] = u4NewDbgLevel & DBG_CLASS_MASK;
- temp = kalStrChr(temp, ',');
- if (!temp)
- break;
- temp++; /* skip ',' */
- }
- return count;
- }
- static const struct file_operations dbglevel_ops = {
- .owner = THIS_MODULE,
- .read = procDbgLevelRead,
- .write = procDbgLevelWrite,
- };
- /*******************************************************************************
- * F U N C T I O N S
- ********************************************************************************
- */
- /*----------------------------------------------------------------------------*/
- /*!
- * \brief The PROC function for reading MCR register to User Space, the offset of
- * the MCR is specified in u4McrOffset.
- *
- * \param[in] page Buffer provided by kernel.
- * \param[in out] start Start Address to read(3 methods).
- * \param[in] off Offset.
- * \param[in] count Allowable number to read.
- * \param[out] eof End of File indication.
- * \param[in] data Pointer to the private data structure.
- *
- * \return number of characters print to the buffer from User Space.
- */
- /*----------------------------------------------------------------------------*/
- static ssize_t procMCRRead(struct file *filp, char __user *buf, size_t count, loff_t *f_pos)
- {
- P_GLUE_INFO_T prGlueInfo;
- PARAM_CUSTOM_MCR_RW_STRUCT_T rMcrInfo;
- UINT_32 u4BufLen;
- UINT_32 u4Count;
- UINT_8 *temp = &aucProcBuf[0];
- WLAN_STATUS rStatus = WLAN_STATUS_SUCCESS;
- /* Kevin: Apply PROC read method 1. */
- if (*f_pos > 0)
- return 0; /* To indicate end of file. */
- prGlueInfo = g_prGlueInfo_proc;
- rMcrInfo.u4McrOffset = u4McrOffset;
- rStatus = kalIoctl(prGlueInfo,
- wlanoidQueryMcrRead, (PVOID)&rMcrInfo, sizeof(rMcrInfo), TRUE, TRUE, TRUE, &u4BufLen);
- kalMemZero(aucProcBuf, sizeof(aucProcBuf));
- SPRINTF(temp, ("MCR (0x%08xh): 0x%08x\n", rMcrInfo.u4McrOffset, rMcrInfo.u4McrData));
- u4Count = kalStrLen(aucProcBuf);
- if (copy_to_user(buf, aucProcBuf, u4Count)) {
- pr_err("copy to user failed\n");
- return -EFAULT;
- }
- *f_pos += u4Count;
- return (int)u4Count;
- } /* end of procMCRRead() */
- /*----------------------------------------------------------------------------*/
- /*!
- * \brief The PROC function for writing MCR register to HW or update u4McrOffset
- * for reading MCR later.
- *
- * \param[in] file pointer to file.
- * \param[in] buffer Buffer from user space.
- * \param[in] count Number of characters to write
- * \param[in] data Pointer to the private data structure.
- *
- * \return number of characters write from User Space.
- */
- /*----------------------------------------------------------------------------*/
- static ssize_t procMCRWrite(struct file *file, const char __user *buffer,
- size_t count, loff_t *data)
- {
- P_GLUE_INFO_T prGlueInfo;
- char acBuf[PROC_MCR_ACCESS_MAX_USER_INPUT_LEN + 1]; /* + 1 for "\0" */
- int i4CopySize;
- PARAM_CUSTOM_MCR_RW_STRUCT_T rMcrInfo;
- UINT_32 u4BufLen;
- WLAN_STATUS rStatus = WLAN_STATUS_SUCCESS;
- int num = 0;
- ASSERT(data);
- i4CopySize = (count < (sizeof(acBuf) - 1)) ? count : (sizeof(acBuf) - 1);
- if (copy_from_user(acBuf, buffer, i4CopySize))
- return 0;
- acBuf[i4CopySize] = '\0';
- num = sscanf(acBuf, "0x%x 0x%x", &rMcrInfo.u4McrOffset, &rMcrInfo.u4McrData);
- switch (num) {
- case 2:
- /* NOTE: Sometimes we want to test if bus will still be ok, after accessing
- * the MCR which is not align to DW boundary.
- */
- /* if (IS_ALIGN_4(rMcrInfo.u4McrOffset)) */
- {
- prGlueInfo = (P_GLUE_INFO_T) netdev_priv((struct net_device *)data);
- u4McrOffset = rMcrInfo.u4McrOffset;
- /* printk("Write 0x%lx to MCR 0x%04lx\n", */
- /* rMcrInfo.u4McrOffset, rMcrInfo.u4McrData); */
- rStatus = kalIoctl(prGlueInfo,
- wlanoidSetMcrWrite,
- (PVOID)&rMcrInfo, sizeof(rMcrInfo), FALSE, FALSE, TRUE, &u4BufLen);
- }
- break;
- case 1:
- /* if (IS_ALIGN_4(rMcrInfo.u4McrOffset)) */
- {
- u4McrOffset = rMcrInfo.u4McrOffset;
- }
- break;
- default:
- break;
- }
- return count;
- } /* end of procMCRWrite() */
- static const struct file_operations mcr_ops = {
- .owner = THIS_MODULE,
- .read = procMCRRead,
- .write = procMCRWrite,
- };
- #if CFG_SUPPORT_DEBUG_FS
- static ssize_t procRoamRead(struct file *filp, char __user *buf, size_t count, loff_t *f_pos)
- {
- UINT_32 u4CopySize;
- WLAN_STATUS rStatus;
- UINT_32 u4BufLen;
- /* if *f_pos > 0, it means has read successed last time, don't try again */
- if (*f_pos > 0)
- return 0;
- rStatus = kalIoctl(g_prGlueInfo_proc, wlanoidGetRoamParams, aucProcBuf, sizeof(aucProcBuf),
- TRUE, FALSE, TRUE, &u4BufLen);
- if (rStatus != WLAN_STATUS_SUCCESS) {
- DBGLOG(INIT, INFO, "failed to read roam params\n");
- return -EINVAL;
- }
- u4CopySize = kalStrLen(aucProcBuf);
- if (copy_to_user(buf, aucProcBuf, u4CopySize)) {
- pr_err("copy to user failed\n");
- return -EFAULT;
- }
- *f_pos += u4CopySize;
- return (INT_32)u4CopySize;
- }
- static ssize_t procRoamWrite(struct file *file, const char __user *buffer,
- size_t count, loff_t *data)
- {
- WLAN_STATUS rStatus;
- UINT_32 u4BufLen = 0;
- UINT_32 u4CopySize = sizeof(aucProcBuf);
- kalMemSet(aucProcBuf, 0, u4CopySize);
- if (u4CopySize >= count+1)
- u4CopySize = count;
- if (copy_from_user(aucProcBuf, buffer, u4CopySize)) {
- pr_err("error of copy from user\n");
- return -EFAULT;
- }
- aucProcBuf[u4CopySize] = '\0';
- if (kalStrnCmp(aucProcBuf, "force_roam", 10) == 0)
- rStatus = kalIoctl(g_prGlueInfo_proc, wlanoidSetForceRoam, NULL, 0,
- FALSE, FALSE, TRUE, &u4BufLen);
- else
- rStatus = kalIoctl(g_prGlueInfo_proc, wlanoidSetRoamParams, aucProcBuf,
- kalStrLen(aucProcBuf), FALSE, FALSE, TRUE, &u4BufLen);
- if (rStatus != WLAN_STATUS_SUCCESS) {
- DBGLOG(INIT, INFO, "failed to set roam params: %s\n", aucProcBuf);
- return -EINVAL;
- }
- return count;
- }
- static const struct file_operations roam_ops = {
- .owner = THIS_MODULE,
- .read = procRoamRead,
- .write = procRoamWrite,
- };
- static ssize_t procCountryRead(struct file *filp, char __user *buf, size_t count, loff_t *f_pos)
- {
- UINT_32 u4CopySize;
- UINT_16 u2CountryCode = 0;
- UINT_32 u4BufLen;
- WLAN_STATUS rStatus;
- /* if *f_pos > 0, it means has read successed last time, don't try again */
- if (*f_pos > 0)
- return 0;
- rStatus = kalIoctl(g_prGlueInfo_proc, wlanoidGetCountryCode, &u2CountryCode, 2, TRUE, FALSE, TRUE, &u4BufLen);
- if (rStatus != WLAN_STATUS_SUCCESS) {
- DBGLOG(INIT, INFO, "failed to get country code\n");
- return -EINVAL;
- }
- if (u2CountryCode)
- kalSprintf(aucProcBuf, "Current Country Code: %c%c\n", (u2CountryCode>>8) & 0xff, u2CountryCode & 0xff);
- else
- kalStrCpy(aucProcBuf, "Current Country Code: NULL\n");
- u4CopySize = kalStrLen(aucProcBuf);
- if (copy_to_user(buf, aucProcBuf, u4CopySize)) {
- pr_err("copy to user failed\n");
- return -EFAULT;
- }
- *f_pos += u4CopySize;
- return (INT_32)u4CopySize;
- }
- static ssize_t procCountryWrite(struct file *file, const char __user *buffer,
- size_t count, loff_t *data)
- {
- UINT_32 u4BufLen = 0;
- WLAN_STATUS rStatus;
- UINT_32 u4CopySize = sizeof(aucProcBuf);
- kalMemSet(aucProcBuf, 0, u4CopySize);
- if (u4CopySize >= count+1)
- u4CopySize = count;
- if (copy_from_user(aucProcBuf, buffer, u4CopySize)) {
- pr_err("error of copy from user\n");
- return -EFAULT;
- }
- aucProcBuf[u4CopySize] = '\0';
- rStatus = kalIoctl(g_prGlueInfo_proc, wlanoidSetCountryCode, &aucProcBuf[0], 2, FALSE, FALSE, TRUE, &u4BufLen);
- if (rStatus != WLAN_STATUS_SUCCESS) {
- DBGLOG(INIT, INFO, "failed set country code: %s\n", aucProcBuf);
- return -EINVAL;
- }
- return count;
- }
- static const struct file_operations country_ops = {
- .owner = THIS_MODULE,
- .read = procCountryRead,
- .write = procCountryWrite,
- };
- #endif
- INT_32 procInitFs(VOID)
- {
- struct proc_dir_entry *prEntry;
- if (init_net.proc_net == (struct proc_dir_entry *)NULL) {
- pr_err("init proc fs fail: proc_net == NULL\n");
- return -ENOENT;
- }
- /*
- * Directory: Root (/proc/net/wlan0)
- */
- gprProcRoot = proc_mkdir(PROC_ROOT_NAME, init_net.proc_net);
- if (!gprProcRoot) {
- pr_err("gprProcRoot == NULL\n");
- return -ENOENT;
- }
- proc_set_user(gprProcRoot, KUIDT_INIT(PROC_UID_SHELL), KGIDT_INIT(PROC_GID_WIFI));
- prEntry = proc_create(PROC_DBG_LEVEL_NAME, 0664, gprProcRoot, &dbglevel_ops);
- if (prEntry == NULL) {
- pr_err("Unable to create /proc entry dbgLevel\n\r");
- return -1;
- }
- proc_set_user(prEntry, KUIDT_INIT(PROC_UID_SHELL), KGIDT_INIT(PROC_GID_WIFI));
- return 0;
- } /* end of procInitProcfs() */
- INT_32 procUninitProcFs(VOID)
- {
- remove_proc_subtree(PROC_ROOT_NAME, init_net.proc_net);
- return 0;
- }
- /*----------------------------------------------------------------------------*/
- /*!
- * \brief This function clean up a PROC fs created by procInitProcfs().
- *
- * \param[in] prDev Pointer to the struct net_device.
- * \param[in] pucDevName Pointer to the name of net_device.
- *
- * \return N/A
- */
- /*----------------------------------------------------------------------------*/
- INT_32 procRemoveProcfs(VOID)
- {
- remove_proc_entry(PROC_MCR_ACCESS, gprProcRoot);
- #if CFG_SUPPORT_DEBUG_FS
- remove_proc_entry(PROC_ROAM_PARAM, gprProcRoot);
- remove_proc_entry(PROC_COUNTRY, gprProcRoot);
- #endif
- return 0;
- } /* end of procRemoveProcfs() */
- INT_32 procCreateFsEntry(P_GLUE_INFO_T prGlueInfo)
- {
- struct proc_dir_entry *prEntry;
- DBGLOG(INIT, LOUD, "[%s]\n", __func__);
- g_prGlueInfo_proc = prGlueInfo;
- prEntry = proc_create(PROC_MCR_ACCESS, 0664, gprProcRoot, &mcr_ops);
- if (prEntry == NULL) {
- DBGLOG(INIT, ERROR, "Unable to create /proc entry\n\r");
- return -1;
- }
- #if CFG_SUPPORT_DEBUG_FS
- prEntry = proc_create(PROC_ROAM_PARAM, 0664, gprProcRoot, &roam_ops);
- if (prEntry == NULL) {
- DBGLOG(INIT, ERROR, "Unable to create /proc entry\n\r");
- return -1;
- }
- prEntry = proc_create(PROC_COUNTRY, 0664, gprProcRoot, &country_ops);
- if (prEntry == NULL) {
- DBGLOG(INIT, ERROR, "Unable to create /proc entry\n\r");
- return -1;
- }
- #endif
- return 0;
- }
- #if 0
- /*----------------------------------------------------------------------------*/
- /*!
- * \brief The PROC function for reading Driver Status to User Space.
- *
- * \param[in] page Buffer provided by kernel.
- * \param[in out] start Start Address to read(3 methods).
- * \param[in] off Offset.
- * \param[in] count Allowable number to read.
- * \param[out] eof End of File indication.
- * \param[in] data Pointer to the private data structure.
- *
- * \return number of characters print to the buffer from User Space.
- */
- /*----------------------------------------------------------------------------*/
- static int procDrvStatusRead(char *page, char **start, off_t off, int count, int *eof, void *data)
- {
- P_GLUE_INFO_T prGlueInfo = ((struct net_device *)data)->priv;
- char *p = page;
- UINT_32 u4Count;
- GLUE_SPIN_LOCK_DECLARATION();
- ASSERT(data);
- /* Kevin: Apply PROC read method 1. */
- if (off != 0)
- return 0; /* To indicate end of file. */
- SPRINTF(p, ("GLUE LAYER STATUS:"));
- SPRINTF(p, ("\n=================="));
- SPRINTF(p, ("\n* Number of Pending Frames: %ld\n", prGlueInfo->u4TxPendingFrameNum));
- GLUE_ACQUIRE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- wlanoidQueryDrvStatusForLinuxProc(prGlueInfo->prAdapter, p, &u4Count);
- GLUE_RELEASE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- u4Count += (UINT_32) (p - page);
- *eof = 1;
- return (int)u4Count;
- } /* end of procDrvStatusRead() */
- /*----------------------------------------------------------------------------*/
- /*!
- * \brief The PROC function for reading Driver RX Statistic Counters to User Space.
- *
- * \param[in] page Buffer provided by kernel.
- * \param[in out] start Start Address to read(3 methods).
- * \param[in] off Offset.
- * \param[in] count Allowable number to read.
- * \param[out] eof End of File indication.
- * \param[in] data Pointer to the private data structure.
- *
- * \return number of characters print to the buffer from User Space.
- */
- /*----------------------------------------------------------------------------*/
- static int procRxStatisticsRead(char *page, char **start, off_t off, int count, int *eof, void *data)
- {
- P_GLUE_INFO_T prGlueInfo = ((struct net_device *)data)->priv;
- char *p = page;
- UINT_32 u4Count;
- GLUE_SPIN_LOCK_DECLARATION();
- ASSERT(data);
- /* Kevin: Apply PROC read method 1. */
- if (off != 0)
- return 0; /* To indicate end of file. */
- SPRINTF(p, ("RX STATISTICS (Write 1 to clear):"));
- SPRINTF(p, ("\n=================================\n"));
- GLUE_ACQUIRE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- wlanoidQueryRxStatisticsForLinuxProc(prGlueInfo->prAdapter, p, &u4Count);
- GLUE_RELEASE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- u4Count += (UINT_32) (p - page);
- *eof = 1;
- return (int)u4Count;
- } /* end of procRxStatisticsRead() */
- /*----------------------------------------------------------------------------*/
- /*!
- * \brief The PROC function for reset Driver RX Statistic Counters.
- *
- * \param[in] file pointer to file.
- * \param[in] buffer Buffer from user space.
- * \param[in] count Number of characters to write
- * \param[in] data Pointer to the private data structure.
- *
- * \return number of characters write from User Space.
- */
- /*----------------------------------------------------------------------------*/
- static int procRxStatisticsWrite(struct file *file, const char *buffer, unsigned long count, void *data)
- {
- P_GLUE_INFO_T prGlueInfo = ((struct net_device *)data)->priv;
- char acBuf[PROC_RX_STATISTICS_MAX_USER_INPUT_LEN + 1]; /* + 1 for "\0" */
- UINT_32 u4CopySize;
- UINT_32 u4ClearCounter;
- GLUE_SPIN_LOCK_DECLARATION();
- ASSERT(data);
- u4CopySize = (count < (sizeof(acBuf) - 1)) ? count : (sizeof(acBuf) - 1);
- copy_from_user(acBuf, buffer, u4CopySize);
- acBuf[u4CopySize] = '\0';
- if (kstrtouint(acBuf, 0, &u4ClearCounter) == 1) {
- if (u4ClearCounter == 1) {
- GLUE_ACQUIRE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- wlanoidSetRxStatisticsForLinuxProc(prGlueInfo->prAdapter);
- GLUE_RELEASE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- }
- }
- return count;
- } /* end of procRxStatisticsWrite() */
- /*----------------------------------------------------------------------------*/
- /*!
- * \brief The PROC function for reading Driver TX Statistic Counters to User Space.
- *
- * \param[in] page Buffer provided by kernel.
- * \param[in out] start Start Address to read(3 methods).
- * \param[in] off Offset.
- * \param[in] count Allowable number to read.
- * \param[out] eof End of File indication.
- * \param[in] data Pointer to the private data structure.
- *
- * \return number of characters print to the buffer from User Space.
- */
- /*----------------------------------------------------------------------------*/
- static int procTxStatisticsRead(char *page, char **start, off_t off, int count, int *eof, void *data)
- {
- P_GLUE_INFO_T prGlueInfo = ((struct net_device *)data)->priv;
- char *p = page;
- UINT_32 u4Count;
- GLUE_SPIN_LOCK_DECLARATION();
- ASSERT(data);
- /* Kevin: Apply PROC read method 1. */
- if (off != 0)
- return 0; /* To indicate end of file. */
- SPRINTF(p, ("TX STATISTICS (Write 1 to clear):"));
- SPRINTF(p, ("\n=================================\n"));
- GLUE_ACQUIRE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- wlanoidQueryTxStatisticsForLinuxProc(prGlueInfo->prAdapter, p, &u4Count);
- GLUE_RELEASE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- u4Count += (UINT_32) (p - page);
- *eof = 1;
- return (int)u4Count;
- } /* end of procTxStatisticsRead() */
- /*----------------------------------------------------------------------------*/
- /*!
- * \brief The PROC function for reset Driver TX Statistic Counters.
- *
- * \param[in] file pointer to file.
- * \param[in] buffer Buffer from user space.
- * \param[in] count Number of characters to write
- * \param[in] data Pointer to the private data structure.
- *
- * \return number of characters write from User Space.
- */
- /*----------------------------------------------------------------------------*/
- static int procTxStatisticsWrite(struct file *file, const char *buffer, unsigned long count, void *data)
- {
- P_GLUE_INFO_T prGlueInfo = ((struct net_device *)data)->priv;
- char acBuf[PROC_RX_STATISTICS_MAX_USER_INPUT_LEN + 1]; /* + 1 for "\0" */
- UINT_32 u4CopySize;
- UINT_32 u4ClearCounter;
- GLUE_SPIN_LOCK_DECLARATION();
- ASSERT(data);
- u4CopySize = (count < (sizeof(acBuf) - 1)) ? count : (sizeof(acBuf) - 1);
- copy_from_user(acBuf, buffer, u4CopySize);
- acBuf[u4CopySize] = '\0';
- if (kstrtouint(acBuf, 0, &u4ClearCounter) == 1) {
- if (u4ClearCounter == 1) {
- GLUE_ACQUIRE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- wlanoidSetTxStatisticsForLinuxProc(prGlueInfo->prAdapter);
- GLUE_RELEASE_SPIN_LOCK(prGlueInfo, SPIN_LOCK_FSM);
- }
- }
- return count;
- } /* end of procTxStatisticsWrite() */
- #endif
|