c8bf40ad4f
wireless: delete non-required instances of include <linux/init.h>
...
None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>. Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com >
Acked-by: Larry Finger <Larry.Finger@lwfinger.net >
Acked-by: Christian Lamparter <chunkeey@googlemail.com >
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2014-01-03 15:37:01 -05:00
85220d71bf
mac80211: support secondary channel offset in CSA
...
Add support for the secondary channel offset IE in channel
switch announcements. This is necessary for proper handling
of CSA on HT access points.
For this to work it is also necessary to convert everything
here to use chandef structs instead of just channels. The
driver updates aren't really correct though. In particular,
the TI wl18xx driver update can't possibly be right since
it just ignores the new channel width for lack of firmware
API.
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
2013-04-16 15:29:44 +02:00
44ceaf371b
net: iwlegacy: remove unused variable
...
Fix:
drivers/net/wireless/iwlegacy/4965.c: In function ‘il4965_post_associate’:
drivers/net/wireless/iwlegacy/4965.c:1751:25: warning: variable ‘conf’ set but
not used [-Wunused-but-set-variable]
seen when building allmodconfig on x86_64 with W=1 by removing the unused
variable.
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2013-01-30 15:07:08 -05:00
c936355172
iwlegacy: merge all ops structures into one
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-22 14:51:15 -05:00
1600b87542
iwlegacy: merge il_lib_ops into il_ops
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-22 14:51:15 -05:00
f03ee2a87e
iwlegacy: remove il_apm_ops
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-22 14:51:14 -05:00
a89268e8cd
iwlegacy: merge eeprom_ops into lib_ops
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-22 14:51:13 -05:00
527901d0ae
iwlegacy: remove temp_ops
...
Remove unneeded structure and cleanup temperature calibration routines
a bit.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-22 14:51:13 -05:00
93b7654ec5
iwlegacy: move debugfs_ops to il_priv
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-22 14:51:13 -05:00
3dfea27d10
iwlegacy: gather all 4965 handlers in one place
...
Handers belongs logically into 4965-mac.c file.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-22 14:51:13 -05:00
93a984a4ee
iwlegacy: regulatory_bands is not an ops
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-22 14:51:12 -05:00
1023f3bc7b
iwlegacy: remove set_hw_params callback
...
We do not need that callback, settings parameters can be done locally.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-06 14:56:14 -05:00
00ea99e1d8
iwlegacy: remove struct il_tx_info
...
It's just wrapper to sk_buff pointers ...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-06 14:56:13 -05:00
89ef1ed2d2
iwlegacy: merge il_base_params into il_cfg
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-06 14:56:12 -05:00
c39ae9fd50
iwlegacy: move ops out of config
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-06 14:56:11 -05:00
8300719603
iwlegacy: get rid of ctx structure
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-06 14:56:11 -05:00
dee9a09eb3
iwlegacy: get rid of ctx->is_active
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-06 14:56:09 -05:00
b16db50a6d
iwlegacy: move bcast_sta_id to hw_params
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-06 14:56:00 -05:00
6122d18236
iwlegacy: get rid of ctx->rxon_cmd
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-06 14:55:55 -05:00
c8b03958d4
iwlegacy: move rxon commands out of ctx structure
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-02-06 14:55:55 -05:00
5bf0dac47f
iwlegacy: 4965: remove one il4965_hdl_beacon
...
We have two such functions.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2012-01-04 14:30:45 -05:00
9b5e2f463a
iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFS
...
Only setup structs related to debugfs_ops when CONFIG_IWLEGACY_DEBUGFS is set.
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu >
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-16 12:55:12 +01:00
c63b2d01b1
iwlegacy: remove unused IL_AC_UNSET define
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 15:20:03 +01:00
1722f8e12a
iwlegacy: checkpatch.pl fixes
...
Fix most checkpatch.pl ERRORs and some WARNINGs.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 14:51:01 +01:00
e7392364fc
iwlegacy: indentions and whitespaces
...
Process iwlegacy source files using:
indent -npro -l500 -nhnl
indent -npro -kr -i8 -ts8 -sob -l80 -nbbo -ss -ncs -cp1 -il0 -psl
Plus manual compilation fixes.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 14:45:59 +01:00
9a95b37015
iwlegacy: use FH49_ prefix in 4965 code
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 14:20:39 +01:00
47ef694dd4
iwlegacy: merge iwl-{eeprom,led}.h into common.h
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 14:20:23 +01:00
e94a4099ad
iwlegacy: merge common header files
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 14:20:09 +01:00
98613be06e
iwlegacy: rename iwl-core.h to common.h
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 14:19:34 +01:00
6278ddab9f
iwlegacy: remove il_ieee80211_get_hw_conf
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 14:12:00 +01:00
d2dfb33ec9
iwlegacy: rename other handlers
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 13:16:38 +01:00
6e9848b496
iwlegacy: s/rx_reply/hdl/
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 13:12:28 +01:00
d0c72347be
iwlegacy: s/rx_handler/handler/
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 13:12:24 +01:00
4d69c7521a
iwlegacy: rename REPLY_ to N_ or C_
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 13:12:21 +01:00
db7746f78c
iwlegacy: s/STATISTICS/STATS/
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 13:11:50 +01:00
a6766ccdaf
iwlegacy: s/STATUS_/S_/
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 13:09:01 +01:00
af038f404f
iwlegacy: move iwl-4965-{,hw,debugfs,calib}.h to 4965.h
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 12:59:02 +01:00
862d32e6db
iwlegacy: merge iwl-4965-ucode.c into 4965.c
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 12:41:53 +01:00
56e7a8cca0
iwlegacy: merge iwl-4965-eeprom.c into 4965.c
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 12:41:50 +01:00
fc19cbde0c
iwlegacy: merge iwl-4965-led.c into 4965.c
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 12:41:01 +01:00
61fe55f61f
iwlegacy: rename base 4965 and 3945 file names
...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com >
2011-11-15 12:40:26 +01:00