aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2x00 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04ipw2100: fix rebooting hang with driver loadedZhu Yi1-0/+11
2009-11-28ipw2x00: convert to seq_fileAlexey Dobriyan1-11/+22
2009-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-67/+262
2009-11-23ipw2200: Set core hw rfkill status when hardware changes stateMatthew Garrett1-2/+6
2009-11-23ipw2100: Register the wiphy deviceMatthew Garrett1-29/+95
2009-11-23libipw: initiate cfg80211 API conversion (v2)John W. Linville4-36/+161
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-161/+36
2009-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-0/+11
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-161/+36
2009-11-13Revert "libipw: initiate cfg80211 API conversion"John W. Linville4-161/+36
2009-11-11ipw2200: declare MODULE_FIRMWAREBen Hutchings1-0/+5
2009-11-11ipw2100: declare MODULE_FIRMWAREBen Hutchings1-0/+6
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-16/+6
2009-11-06Revert "ipw2200: fix oops on missing firmware"John W. Linville4-16/+6
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-6/+16
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville1-3/+3
2009-10-30ipw2200: fix oops on missing firmwareZhu Yi4-6/+16
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07wireless: fix CFG80211_WEXT build problemsRandy Dunlap1-1/+1
2009-10-07ipw2200: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2009-10-07wext: refactorJohannes Berg1-0/+5
2009-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-3/+3
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-53/+67
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger4-15/+17
2009-08-31ipw2200: fix kconfig dependenciesRandy Dunlap1-3/+3
2009-08-28libipw: initiate cfg80211 API conversionJohn W. Linville4-36/+161
2009-08-28ipw2x00: update contact informationReinette Chatre8-8/+8
2009-08-28libipw: switch from ieee80211_* to libipw_* naming policyJohn W. Linville10-1254/+1255
2009-08-28ipw2200: firmware DMA loading reworkZhu Yi1-53/+67
2009-08-20ipw2x00: fix sparse warningsReinette Chatre2-43/+44
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-08-07ipw2x00: Write outside array boundsZhu Yi1-1/+1
2009-07-24drivers/net: Drop unnecessary NULL testJulia Lawall1-3/+0
2009-07-10drivers/net/wireless: Use PCI_VDEVICEJoe Perches1-5/+5
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy1-1/+2
2009-05-06Wireless: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-27/+28
2009-04-16ipw2x00: remove old compat_net_dev_ops codeAlexander Beregalov1-4/+0
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-5/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2-3/+3
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-03-30trivial: Fix misspelling of firmwareNick Andrew2-2/+2
2009-03-29wireless: remove duplicated .ndo_set_mac_addressAlexander Beregalov1-1/+0
2009-03-21ipw2200: convert to net_device_opsStephen Hemminger1-8/+22
2009-03-21ipw2100: convert to net_device_opsStephen Hemminger1-5/+12
2009-03-21ipw2x00: convert infrastructure for use by net_device_opsStephen Hemminger3-1/+6
2009-03-21ipw2x00: convert to internal net_device_statsStephen Hemminger6-77/+49
2009-03-16ipw2x00: remove obsolete enumsHelmut Schaa1-17/+0