linux_old1/drivers/net/wireless/iwlwifi/dvm
Johannes Berg 30686bf7f5 mac80211: convert HW flags to unsigned long bitmap
As we're running out of hardware capability flags pretty quickly,
convert them to use the regular test_bit() style unsigned long
bitmaps.

This introduces a number of helper functions/macros to set and to
test the bits, along with new debugfs code.

The occurrences of an explicit __clear_bit() are intentional, the
drivers were never supposed to change their supported bits on the
fly. We should investigate changing this to be a per-frame flag.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2015-06-10 16:05:36 +02:00
..
Makefile iwlwifi: make LED support optional 2014-05-06 20:40:05 +03:00
agn.h iwlwifi: make various things const 2014-02-13 10:18:43 +02:00
calib.c iwlwifi: remove CMD_SYNC 2014-05-13 13:52:19 +03:00
calib.h iwlwifi: Update Copyright to 2014 2013-12-31 19:03:53 +02:00
commands.h iwlwifi: dvm: fix flush support for old firmware 2014-12-02 12:36:37 +02:00
debugfs.c iwlwifi: remove CMD_SYNC 2014-05-13 13:52:19 +03:00
dev.h iwlwifi: dvm: run INIT firmware again upon .start() 2015-03-19 14:53:23 +02:00
devices.c iwlwifi: remove CMD_SYNC 2014-05-13 13:52:19 +03:00
led.c wireless: delete non-required instances of include <linux/init.h> 2014-01-03 15:37:01 -05:00
led.h iwlwifi: make LED support optional 2014-05-06 20:40:05 +03:00
lib.c iwlwifi: dvm: fix flush support for old firmware 2014-12-02 12:36:37 +02:00
mac80211.c mac80211: convert HW flags to unsigned long bitmap 2015-06-10 16:05:36 +02:00
main.c iwlwifi: mvm: new Alive / error table API 2015-03-01 16:55:12 +02:00
power.c iwlwifi: dvm: disable power save by default 2014-09-08 09:18:47 +03:00
power.h iwlwifi: Update Copyright to 2014 2013-12-31 19:03:53 +02:00
rs.c iwlwifi: fix smatch warning: warn: inconsistent indenting 2015-03-12 09:57:36 +02:00
rs.h iwlwifi: rs: use const u16 for throughput tables 2014-02-03 22:23:37 +02:00
rx.c iwlwifi: dvm: don't use _ni mac80211's callbacks 2014-05-11 12:58:00 +03:00
rxon.c Revert "iwlwifi: dvm: don't enable CTS to self" 2014-08-31 22:11:19 +03:00
scan.c iwlwifi: remove CMD_SYNC 2014-05-13 13:52:19 +03:00
sta.c iwlwifi: remove CMD_SYNC 2014-05-13 13:52:19 +03:00
tt.c iwlwifi: dvm: tt: Use setup_timer 2014-12-28 20:00:22 +02:00
tt.h iwlwifi: Update Copyright to 2014 2013-12-31 19:03:53 +02:00
tx.c iwlwifi: fix smatch warning: warn: inconsistent indenting 2015-03-12 09:57:36 +02:00
ucode.c iwlwifi: dvm: run INIT firmware again upon .start() 2015-03-19 14:53:23 +02:00