summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/iwl-sta.c
Commit message (Collapse)AuthorAgeFilesLines
* iwlegacy: remove iwl-sta.cStanislaw Gruszka2012-01-041-817/+0
| | | | | | | I forgot to remove this file before. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* Merge branch 'master' of ↵John W. Linville2011-11-221-0/+1
|\ | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux Conflicts: drivers/net/wireless/iwlegacy/iwl-debugfs.c drivers/net/wireless/iwlegacy/iwl-rx.c drivers/net/wireless/iwlegacy/iwl-scan.c drivers/net/wireless/iwlegacy/iwl-tx.c include/net/bluetooth/bluetooth.h
| * drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were getting the macros from an implicit module.h include via device.h, but we are planning to clean that up. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> drivers/net: Add export.h to wireless/brcm80211/brcmfmac/bcmsdh.c This relatively recently added file uses EXPORT_SYMBOL and hence needs export.h included so that it is compatible with the module.h split up work. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
* | iwlegacy: rename REPLY_ to N_ or C_Stanislaw Gruszka2011-11-151-10/+10
| | | | | | | | Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: s/TABLE/TBL/Stanislaw Gruszka2011-11-151-1/+1
| | | | | | | | Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: s/index/idx/Stanislaw Gruszka2011-11-151-7/+7
| | | | | | | | Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: s/IL_RATE/RATE/Stanislaw Gruszka2011-11-151-1/+1
| | | | | | | | Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: s/iwl_rx_packet/iwl_rx_pkt/Stanislaw Gruszka2011-11-151-6/+6
| | | | | | | | Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: rename remaining IWLs to ILsStanislaw Gruszka2011-11-151-1/+1
| | | | | | | | | | | | Also rename config names IWLWIFI_LEGACY to IWLEGACY Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: remove not needed parenthesesStanislaw Gruszka2011-11-151-1/+1
| | | | | | | | Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: remove il argument from IWL_ERR/INFO/WARN/CRITStanislaw Gruszka2011-11-151-13/+13
| | | | | | | | Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: rename IL_DEBUG_ to D_Stanislaw Gruszka2011-11-151-36/+36
| | | | | | | | Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: rename priv to ilStanislaw Gruszka2011-11-151-194/+194
| | | | | | | | | | | | Make code shorter. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* | iwlegacy: rename iwl to ilStanislaw Gruszka2011-11-151-188/+188
|/ | | | | | | | | iwl_legacy prefix result in long function names, what cause that we have frequent line split and not readable code. Also iwl_foo symbols are duplicated in iwlwifi driver, what is annoying when editing kernel tree with cscope. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
| | | | | | Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
* iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy2011-02-211-0/+816
Intel WiFi devices 3945 and 4965 now have their own driver in the folder drivers/net/wireless/iwlegacy Add support to build these drivers independently of the driver for AGN devices. Selecting the 3945 builds iwl3945.ko and iwl_legacy.ko, and selecting the 4965 builds iwl4965.ko and iwl_legacy.ko. iwl-legacy.ko contains code shared between both devices. The 3945 is an ABG/BG device, with no support for 802.11n. The 4965 is a 2x3 ABGN device. Signed-off-by: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com> Acked-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
OpenPOWER on IntegriCloud