diff options
author | David S. Miller <davem@davemloft.net> | 2012-01-12 21:10:00 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-12 21:10:00 +0100 |
commit | 9ee6045f09a7875ebe55b9942b232a19076b157b (patch) | |
tree | 4c3924d35d99d413a95205ac21da8d369063234b /drivers/net/wireless/ath/ath9k/calib.c | |
parent | inet_diag: Rename inet_diag_req_compat into inet_diag_req (diff) | |
parent | mac80211: fix rx->key NULL pointer dereference in promiscuous mode (diff) | |
download | linux-9ee6045f09a7875ebe55b9942b232a19076b157b.tar.xz linux-9ee6045f09a7875ebe55b9942b232a19076b157b.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/calib.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/calib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/calib.c b/drivers/net/wireless/ath/ath9k/calib.c index 172e33db7f4c..2f4b48e6fb03 100644 --- a/drivers/net/wireless/ath/ath9k/calib.c +++ b/drivers/net/wireless/ath/ath9k/calib.c @@ -400,6 +400,7 @@ bool ath9k_hw_getnf(struct ath_hw *ah, struct ath9k_channel *chan) ah->noise = ath9k_hw_getchan_noise(ah, chan); return true; } +EXPORT_SYMBOL(ath9k_hw_getnf); void ath9k_init_nfcal_hist_buffer(struct ath_hw *ah, struct ath9k_channel *chan) |