hw.c (0898782247ae533d1f4e47a06bc5d4870931b284) hw.c (1141215c745b152da6cb632f3532f7384ced8410)
1/*
2 * Copyright (c) 2008-2011 Atheros Communications 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

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

2405/**
2406 * ath9k_hw_dfs_tested - checks if DFS has been tested with used chipset
2407 * @ah: the atheros hardware data structure
2408 *
2409 * We enable DFS support upstream on chipsets which have passed a series
2410 * of tests. The testing requirements are going to be documented. Desired
2411 * test requirements are documented at:
2412 *
1/*
2 * Copyright (c) 2008-2011 Atheros Communications 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

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

2405/**
2406 * ath9k_hw_dfs_tested - checks if DFS has been tested with used chipset
2407 * @ah: the atheros hardware data structure
2408 *
2409 * We enable DFS support upstream on chipsets which have passed a series
2410 * of tests. The testing requirements are going to be documented. Desired
2411 * test requirements are documented at:
2412 *
2413 * http://wireless.kernel.org/en/users/Drivers/ath9k/dfs
2413 * https://wireless.wiki.kernel.org/en/users/Drivers/ath9k/dfs
2414 *
2415 * Once a new chipset gets properly tested an individual commit can be used
2416 * to document the testing for DFS for that chipset.
2417 */
2418static bool ath9k_hw_dfs_tested(struct ath_hw *ah)
2419{
2420
2421 switch (ah->hw_version.macVersion) {

--- 967 unchanged lines hidden ---
2414 *
2415 * Once a new chipset gets properly tested an individual commit can be used
2416 * to document the testing for DFS for that chipset.
2417 */
2418static bool ath9k_hw_dfs_tested(struct ath_hw *ah)
2419{
2420
2421 switch (ah->hw_version.macVersion) {

--- 967 unchanged lines hidden ---