aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-27iwmc3200wifi: allow joining an existed IBSS networkZhu Yi1-20/+2
2009-10-27iwmc3200wifi: add BGN sdio device idZhu Yi1-2/+4
2009-10-19iwmc3200wifi: select IWMC3200TOP in KconfigTomas Winkler1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan4-0/+4
2009-10-07iwmc3200wifi: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+2
2009-09-15debugfs: Change debugfs directory of IWMC3200GeunSik Lim1-3/+3
2009-09-01iwmc3200wifi: Add a last_fw_err debugfs entrySamuel Ortiz5-4/+113
2009-09-01iwmc3200wifi: Handle UMAC stalls and UMAC assert properlySamuel Ortiz3-9/+40
2009-09-01iwmc3200wifi: New initial LMAC calibrationSamuel Ortiz4-18/+61
2009-09-01iwmc3200wifi: fix misuse of le16_to_cpuZhu Yi2-5/+5
2009-09-01iwmc3200wifi: add disconnect workZhu Yi3-5/+49
2009-09-01iwmc3200wifi: use cfg80211_roamed to send roam eventZhu Yi4-8/+23
2009-09-01iwmc3200wifi: Fix sparse warningSamuel Ortiz1-2/+3
2009-09-01iwmc3200wifi: Set WEP key from connectSamuel Ortiz1-1/+43
2009-09-01iwmc3200wifi: invalidate profile when necessary before connectZhu Yi1-5/+10
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-08-04iwmc3200wifi: avoid setting default key for 802.1X and RSNAZhu Yi1-13/+26
2009-08-04iwmc3200wifi: set WEP key static flag correctlyZhu Yi1-2/+8
2009-08-04iwmc3200wifi: fix set_wpa_version and set_auth_type orderZhu Yi1-2/+7
2009-08-03drivers/net/wireless: introduce missing kfreeJulia Lawall1-0/+1
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-192/+1
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+2
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg5-100/+1
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg1-34/+2
2009-07-29cfg80211: combine IWAP handlersJohannes Berg1-32/+2
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-32/+2
2009-07-27wireless: ERR_PTR vs nullDan Carpenter1-4/+2