Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_wifi_nme_ap_sef.c
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  FILE: csr_wifi_nme_sef.c
4 
5  (c) Cambridge Silicon Radio Limited 2010
6 
7  Refer to LICENSE.txt included with this source for details
8  on the license terms.
9 
10  *****************************************************************************/
11 #include "csr_wifi_nme_ap_sef.h"
12 #include "unifi_priv.h"
13 
15 {
16  switch(msg->type) {
18  CsrWifiNmeApStartCfmHandler(drvpriv, msg);
19  break;
21  CsrWifiNmeApStopCfmHandler(drvpriv, msg);
22  break;
25  break;
26  default:
27  unifi_error(drvpriv, "CsrWifiNmeApUpstreamStateHandlers: unhandled NME_AP message type 0x%.4X\n",msg->type);
28  break;
29  }
30 }