summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2x00
Commit message (Expand)AuthorAgeFilesLines
* ipw2200: Enable LED by defaultubuntu@tjworld.net2010-06-161-2/+2
* drivers/net/wireless/ipw2x00/ipw2100.c: Remove unnecessary kmalloc castsJoe Perches2010-06-031-11/+7Star
* drivers/net/wireless/ipw2x00: Use kmemdupJulia Lawall2010-06-021-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-215-132/+135
|\
| * drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-143-4/+0Star
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-152-58/+67
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-083-23/+35
| | |\
| | * | wireless/ipw2x00: remove trailing space in messagesFrans Pop2010-03-312-56/+56
| | * | ipw2200: restart adapter only when abort_scan doesn't workZhu Yi2010-03-311-2/+11
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-114-2/+3
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-291-42/+41Star
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | drivers/net: Remove local #define IW_IOCTL, use IW_HANDLERJoe Perches2010-03-231-42/+41Star
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-234-28/+27Star
| |\| | | | | |_|/ | |/| |
| | * | ipw2x00: replace "ieee80211" with "libipw" where appropriatePavel Roskin2010-03-154-28/+27Star
* | | | PM QOS updateMark Gross2010-05-101-5/+6
| |_|/ |/| |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-2/+3
|/ /
* | ipw2200: use kmalloc for large local variablesZhu Yi2010-03-101-2/+17
* | libipw: split ieee->networks into small piecesZhu Yi2010-03-102-21/+18Star
|/
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-082-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-103-8/+8
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-073-8/+8
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-8/+8
* | | ipw2100: fix rebooting hang with driver loadedZhu Yi2009-12-041-0/+11
* | | ipw2x00: convert to seq_fileAlexey Dobriyan2009-11-281-11/+22
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-254-67/+262
|\ \ \
| * | | ipw2200: Set core hw rfkill status when hardware changes stateMatthew Garrett2009-11-231-2/+6
| * | | ipw2100: Register the wiphy deviceMatthew Garrett2009-11-231-29/+95
| * | | libipw: initiate cfg80211 API conversion (v2)John W. Linville2009-11-234-36/+161
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-184-161/+36Star
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-094-16/+6Star
| |\ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-034-6/+16
| |\ \ \
| * | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-182-0/+11
|\ \ \ \ \
| * | | | | ipw2200: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+5
| * | | | | ipw2100: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+6
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-174-161/+36Star
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Revert "libipw: initiate cfg80211 API conversion"John W. Linville2009-11-134-161/+36Star
| | |_|/ | |/| |
| * | | Revert "ipw2200: fix oops on missing firmware"John W. Linville2009-11-064-16/+6Star
| | |/ | |/|
| * | ipw2200: fix oops on missing firmwareZhu Yi2009-10-304-6/+16
| |/
* | wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville2009-10-301-3/+3
* | wireless: fix CFG80211_WEXT build problemsRandy Dunlap2009-10-071-1/+1
* | ipw2200: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+1
* | wext: refactorJohannes Berg2009-10-071-0/+5
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-09-021-3/+3
|\
| * ipw2200: fix kconfig dependenciesRandy Dunlap2009-08-311-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-53/+67
|\ \
| * | ipw2200: firmware DMA loading reworkZhu Yi2009-08-281-53/+67
* | | wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-014-15/+17
| |/ |/|
* | libipw: initiate cfg80211 API conversionJohn W. Linville2009-08-284-36/+161