spi: Use dev_get_drvdata at appropriate places
[deliverable/linux.git] / drivers / staging / csr / csr_wifi_router_sef.c
1 /*****************************************************************************
2
3 (c) Cambridge Silicon Radio Limited 2010
4 Confidential information of CSR
5
6 Refer to LICENSE.txt included with this source for details
7 on the license terms.
8
9 *****************************************************************************/
10 #include "csr_wifi_router_sef.h"
11
12 const CsrWifiRouterStateHandlerType CsrWifiRouterDownstreamStateHandlers[CSR_WIFI_ROUTER_PRIM_DOWNSTREAM_COUNT] =
13 {
14 /* 0x0000 */ CsrWifiRouterMaPacketSubscribeReqHandler,
15 /* 0x0001 */ CsrWifiRouterMaPacketUnsubscribeReqHandler,
16 /* 0x0002 */ CsrWifiRouterMaPacketReqHandler,
17 /* 0x0003 */ CsrWifiRouterMaPacketResHandler,
18 /* 0x0004 */ CsrWifiRouterMaPacketCancelReqHandler,
19 };
This page took 0.048331 seconds and 5 git commands to generate.