ath9k.h (21af25d00b8bdf03a899b316d41d31ac3eafaf78) ath9k.h (67dc74f15f147b9f88702de2952d2951e3e000ec)
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

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

23#include <linux/leds.h>
24#include <linux/completion.h>
25#include <linux/time.h>
26
27#include "common.h"
28#include "debug.h"
29#include "mci.h"
30#include "dfs.h"
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

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

23#include <linux/leds.h>
24#include <linux/completion.h>
25#include <linux/time.h>
26
27#include "common.h"
28#include "debug.h"
29#include "mci.h"
30#include "dfs.h"
31#include "spectral.h"
32
33struct ath_node;
34struct ath_vif;
35
36extern struct ieee80211_ops ath9k_ops;
37extern int ath9k_modparam_nohwcrypt;
38extern int led_blink;
39extern bool is_ath9k_unloaded;

--- 1065 unchanged lines hidden ---
31
32struct ath_node;
33struct ath_vif;
34
35extern struct ieee80211_ops ath9k_ops;
36extern int ath9k_modparam_nohwcrypt;
37extern int led_blink;
38extern bool is_ath9k_unloaded;

--- 1065 unchanged lines hidden ---