aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2010-02-09iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()Roel Kluin1-1/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+5
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-0/+5
2010-01-14iwmc3200wifi: Add UMAC wifi headers to the pmkid commandSamuel Ortiz2-0/+5
2010-01-14Revert "iwmc3200wifi: fix array out-of-boundary access"John W. Linville1-1/+1
2009-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2009-12-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2009-12-28iwmc3200wifi: fix array out-of-boundary accessZhu Yi1-1/+1
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-3/+3
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-18/+53
2009-12-22iwmc3200wifi: Avoid an offset calculation for each management frame.Joe Perches1-13/+12
2009-12-22iwmc3200wifi: rx aggregation supportZhu Yi1-5/+41
2009-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-3/+3
2009-12-21iwmc3200wifi: Fix test of unsigned in iwm_ntf_stop_resume_tx()Roel Kluin3-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-12-04iwmc3200wifi: Enable wimax core through module parameterSamuel Ortiz1-2/+5
2009-12-04iwmc3200wifi: Add wifi-wimax coexistence mode as a module parameterSamuel Ortiz3-6/+8
2009-12-04iwmc3200wifi: Coex table command does not expect a responseSamuel Ortiz1-1/+1
2009-12-04iwmc3200wifi: Update wiwi priority tableSamuel Ortiz1-4/+4
2009-12-04iwmc3200wifi: fix NULL pointer dereference in pmkid updateZhu Yi1-2/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-11-28iwmc3200wifi: Implement cfg80211 PMKSA APISamuel Ortiz4-0/+68
2009-11-28iwmc3200wifi: Remove tx concatenation optionSamuel Ortiz1-8/+1
2009-11-28iwmc3200wifi: Add stopped queue to debugfsSamuel Ortiz1-0/+23
2009-11-28iwmc3200wifi: 802.11n Tx aggregation supportSamuel Ortiz8-10/+217
2009-11-28iwmc3200wifi: Set wireless mode correctlyZhu Yi1-3/+3
2009-11-28iwmc3200wifi: Update wireless_mode with eeprom valuesSamuel Ortiz3-1/+39
2009-11-28iwmc3200wifi: Dont set the UMAC power limit when interface is downSamuel Ortiz1-0/+4
2009-11-28iwmc3200wifi: Parse HT channels EEPROM entriesSamuel Ortiz3-8/+56
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-0/+4
2009-11-11iwmc3200wifi: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville1-1/+1
2009-10-27iwmc3200wifi: handle coexistence radio notificationZhu Yi1-0/+15
2009-10-27iwmc3200wifi: Set wiphy firmware versionSamuel Ortiz3-0/+13
2009-10-27iwmc3200wifi: Support unexpected reboot barkerSamuel Ortiz1-0/+8
2009-10-27iwmc3200wifi: Try shared auth when open WEP failsSamuel Ortiz4-6/+53
2009-10-27iwmc3200wifi: Do not handle wifi command if the interface is not readySamuel Ortiz1-0/+5
2009-10-27iwmc3200wifi: Check for cmd pointer before dereferencing itSamuel Ortiz1-2/+8
2009-10-27iwmc3200wifi: SDIO disable race fixSamuel Ortiz1-2/+2
2009-10-27iwmc3200wifi: Tx power settingSamuel Ortiz3-1/+30
2009-10-27iwmc3200wifi: Update fixed size config definitionsSamuel Ortiz1-2/+58
2009-10-27iwmc3200wifi: Update statistics notification structureSamuel Ortiz1-0/+5
2009-10-27iwmc3200wifi: Improve rx debugSamuel Ortiz1-2/+5
2009-10-27iwmc3200wifi: Profile flags can be WPA1 or WPA2 not bothSamuel Ortiz1-3/+3
2009-10-27iwmc3200wifi: CT kill supportSamuel Ortiz8-1/+55
2009-10-27iwmc3200wifi: WPS supportSamuel Ortiz2-0/+10