Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nouveau...
[deliverable/linux.git] / drivers / staging / csr / csr_wifi_router_sef.c
CommitLineData
635d2b00
GKH
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
12const 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.076205 seconds and 5 git commands to generate.