summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2x00
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-142-2/+2
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* | Merge tag 'master-2014-08-14' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-08-141-0/+1
|\ \ | |/ |/|
| * net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate after s...Rickard Strandqvist2014-08-111-0/+1
* | ipw2100: use pci_zalloc_consistentJoe Perches2014-08-081-11/+5
|/
* drivers/net/wireless/ipw2x00/libipw_module.c: remove unnecessary null test be...Fabian Frederick2014-07-011-2/+1
* net: Replace min macro with min_tSilvan Jegen2014-03-032-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-102-2/+1
|\
| * wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-031-1/+0
| * ipw2x00: use ether_addr_equal_64bitsJulia Lawall2014-01-031-1/+1
* | ipw2x00: slight optimization of addr comparedingtianhong2013-12-262-22/+22
|/
* wireless: ipw2100: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-051-1/+0
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-022-6/+6
|\
| * cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-252-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-071-2/+0
|\ \ | |/
| * wireless: ipw2x00: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-2/+0
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* | ipw2x00: Remove extern from function prototypesJoe Perches2013-09-241-49/+38
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-093-3/+2
|\
| * ipw2x00: printing the wrong array in debug codeDan Carpenter2013-06-241-1/+1
| * ipw2200: fix error return code in ipw_load()Wei Yongjun2013-06-241-0/+1
| * net, ipw2x00: remove redundant D0 power state setYijing Wang2013-06-031-2/+0
* | ipw2200: convert __list_for_each usage to list_for_eachDave Jones2013-07-031-1/+1
|/
* ipw2x00: move to kstrto* functionsAndy Shevchenko2013-04-101-25/+7
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+1
|\
| * drivers/net/wireless/ipw2x00: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-202-7/+3
|\ \
| * | wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-6/+3
| * | remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
| |/
* | ipw2x00: simplify scan_event handlingTejun Heo2013-02-093-35/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | ipw2x00: remove __dev* attributesBill Pemberton2012-12-062-6/+6
* | ipw2200: return error code on error in ipw_wx_get_auth()Wei Yongjun2012-12-061-3/+1
* | net/wireless: ipw2200: introduce ipw_set_geo functionStanislav Yakovlev2012-11-211-14/+23
* | net/wireless: ipw2x00: remove unreachable codeStanislav Yakovlev2012-11-164-11/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-1/+1
|\ \ | |/
| * net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()Stanislav Yakovlev2012-10-151-1/+1
* | wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2012-10-181-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-023-19/+5
|\
| * ipw2x00: silence GCC warning for unused variable 'dev'Paul Bolle2012-09-241-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-1/+2
| |\
| * | ipw2200: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun2012-09-071-9/+2
| * | ipw2100: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun2012-09-071-9/+2
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-5/+3
|\ \ \ | |_|/ |/| |
| * | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-5/+3
| |/
* | drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initializationJulia Lawall2012-08-211-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-121-15/+5
|\
| * net/wireless: ipw2100: Fix WARN_ON occurring in wiphy_register called by ipw2...Stanislav Yakovlev2012-06-081-15/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-6/+17
|\ \
OpenPOWER on IntegriCloud