diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-31 05:13:05 -0400 |
---|---|---|
committer | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 08:12:00 -0500 |
commit | 6278ddab9f859b8d6311879d35f2b1f74a789964 (patch) | |
tree | 22bbcf179efba7ecf074bc24e8b4ed435848ecb3 /drivers/net/wireless/iwlegacy/iwl-helpers.h | |
parent | d4459a99c41e0e4fe7e36b3816b461c42827fb80 (diff) |
iwlegacy: remove il_ieee80211_get_hw_conf
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-helpers.h')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-helpers.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-helpers.h b/drivers/net/wireless/iwlegacy/iwl-helpers.h index 0e64003274f4..eb5a287f2254 100644 --- a/drivers/net/wireless/iwlegacy/iwl-helpers.h +++ b/drivers/net/wireless/iwlegacy/iwl-helpers.h | |||
@@ -38,12 +38,6 @@ | |||
38 | #define IL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo)))) | 38 | #define IL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo)))) |
39 | 39 | ||
40 | 40 | ||
41 | static inline struct ieee80211_conf *il_ieee80211_get_hw_conf( | ||
42 | struct ieee80211_hw *hw) | ||
43 | { | ||
44 | return &hw->conf; | ||
45 | } | ||
46 | |||
47 | /** | 41 | /** |
48 | * il_queue_inc_wrap - increment queue idx, wrap back to beginning | 42 | * il_queue_inc_wrap - increment queue idx, wrap back to beginning |
49 | * @idx -- current idx | 43 | * @idx -- current idx |