/* * Copyright (C) 2007 Ivo van Doorn * Copyright 2009 Johannes Berg */ /* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. */ #ifndef __RFKILL_INPUT_H #define __RFKILL_INPUT_H /* core code */ void rfkill_switch_all(const enum rfkill_type type, bool blocked); void rfkill_epo(void); void rfkill_restore_states(void); void rfkill_remove_epo_lock(void); bool rfkill_is_epo_lock_active(void); bool rfkill_get_global_sw_state(const enum rfkill_type type); /* input handler */ int rfkill_handler_init(void); void rfkill_handler_exit(void); #endif /* __RFKILL_INPUT_H */ git.cgi/'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc...David S. Miller14-178/+105
2017-02-09mac80211: fix CSA in IBSS modeKoen Vandeputte1-2/+2
2017-02-09cfg80211: fix NAN bands definitionLuca Coelho2-10/+10
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-1/+1
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2-7/+11
2017-02-08mac80211: check for allocation failure in debugfs codeDan Carpenter1-2/+9
2017-02-08mac80211: aes-cmac: switch to shash CMAC driverArd Biesheuvel3-107/+32
2017-02-08mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipherArd Biesheuvel3-45/+34
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller