summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwmc3200wifi
AgeCommit message (Expand)AuthorFilesLines
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/linvil...David S. Miller3-3/+3
2009-12-21iwmc3200wifi: Fix test of unsigned in iwm_ntf_stop_resume_tx()Roel Kluin3-3/+3
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-20iwmc3200wifi: select IWMC3200TOP in KconfigTomas Winkler1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan4-0/+4
2009-10-08iwmc3200wifi: 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