Deleted Added
sdiff udiff text old ( 250008 ) new ( 278741 )
full compact
1/*
2 * Copyright (c) 2013 Qualcomm Atheros, Inc.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH

--- 422 unchanged lines hidden (view full) ---

431#define AH_KEY_REG_SIZE 8
432 int i;
433
434 for (i = 0; i < AH_KEY_REG_SIZE; i++) {
435 entry[i] = OS_REG_READ(ah, AR_KEYTABLE_KEY0(n) + i * 4);
436 }
437#undef AH_KEY_REG_SIZE
438}