summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi
Commit message (Expand)AuthorAgeFilesLines
* iwmc3200wifi: handle coexistence radio notificationZhu Yi2009-10-271-0/+15
* iwmc3200wifi: Set wiphy firmware versionSamuel Ortiz2009-10-273-0/+13
* iwmc3200wifi: Support unexpected reboot barkerSamuel Ortiz2009-10-271-0/+8
* iwmc3200wifi: Try shared auth when open WEP failsSamuel Ortiz2009-10-274-6/+53
* iwmc3200wifi: Do not handle wifi command if the interface is not readySamuel Ortiz2009-10-271-0/+5
* iwmc3200wifi: Check for cmd pointer before dereferencing itSamuel Ortiz2009-10-271-2/+8
* iwmc3200wifi: SDIO disable race fixSamuel Ortiz2009-10-271-2/+2
* iwmc3200wifi: Tx power settingSamuel Ortiz2009-10-273-1/+30
* iwmc3200wifi: Update fixed size config definitionsSamuel Ortiz2009-10-271-2/+58
* iwmc3200wifi: Update statistics notification structureSamuel Ortiz2009-10-271-0/+5
* iwmc3200wifi: Improve rx debugSamuel Ortiz2009-10-271-2/+5
* iwmc3200wifi: Profile flags can be WPA1 or WPA2 not bothSamuel Ortiz2009-10-271-3/+3
* iwmc3200wifi: CT kill supportSamuel Ortiz2009-10-278-1/+55
* iwmc3200wifi: WPS supportSamuel Ortiz2009-10-272-0/+10
* iwmc3200wifi: allow joining an existed IBSS networkZhu Yi2009-10-271-20/+2Star
* iwmc3200wifi: add BGN sdio device idZhu Yi2009-10-271-2/+4
* iwmc3200wifi: select IWMC3200TOP in KconfigTomas Winkler2009-10-201-0/+1
* iwmc3200wifi: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+2
* debugfs: Change debugfs directory of IWMC3200GeunSik Lim2009-09-151-3/+3
* iwmc3200wifi: Add a last_fw_err debugfs entrySamuel Ortiz2009-09-015-4/+113
* iwmc3200wifi: Handle UMAC stalls and UMAC assert properlySamuel Ortiz2009-09-013-9/+40
* iwmc3200wifi: New initial LMAC calibrationSamuel Ortiz2009-09-014-18/+61
* iwmc3200wifi: fix misuse of le16_to_cpuZhu Yi2009-09-012-5/+5
* iwmc3200wifi: add disconnect workZhu Yi2009-09-013-5/+49
* iwmc3200wifi: use cfg80211_roamed to send roam eventZhu Yi2009-09-014-8/+23
* iwmc3200wifi: Fix sparse warningSamuel Ortiz2009-09-011-2/+3
* iwmc3200wifi: Set WEP key from connectSamuel Ortiz2009-09-011-1/+43
* iwmc3200wifi: invalidate profile when necessary before connectZhu Yi2009-09-011-5/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-131-0/+1
|\
| * drivers/net/wireless: introduce missing kfreeJulia Lawall2009-08-031-0/+1
* | iwmc3200wifi: avoid setting default key for 802.1X and RSNAZhu Yi2009-08-041-13/+26
* | iwmc3200wifi: set WEP key static flag correctlyZhu Yi2009-08-041-2/+8
* | iwmc3200wifi: fix set_wpa_version and set_auth_type orderZhu Yi2009-08-041-2/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-315-192/+1Star
|\ \
| * | cfg80211: self-contained wext handling where possibleJohannes Berg2009-07-295-100/+1Star
| * | cfg80211: combine IWESSID handlersJohannes Berg2009-07-291-34/+2Star
| * | cfg80211: combine IWAP handlersJohannes Berg2009-07-291-32/+2Star
| * | cfg80211: combine iwfreq implementationsJohannes Berg2009-07-291-32/+2Star
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-311-4/+2Star
|\ \ \ | |/ / |/| / | |/
| * wireless: ERR_PTR vs nullDan Carpenter2009-07-271-4/+2Star
* | imwc3200: move iwmc3200 SDIO ids to sdio_ids.hTomas Winkler2009-07-272-4/+3Star
* | iwmc3200wifi: fix a use-after-free bugZhu Yi2009-07-241-7/+9
* | iwmc3200wifi: fix cfg80211_connect_result is called in IBSSZhu Yi2009-07-241-4/+9
* | iwmc3200wifi: use cfg80211_connect_result to send req/resp IEZhu Yi2009-07-243-13/+35
* | iwmc3200wifi: remove key caches in driverZhu Yi2009-07-242-70/+2Star
* | iwmc3200wifi: make iwm_send_wifi_if_cmd return 0 on successZhu Yi2009-07-241-14/+13Star
* | iwmc3200wifi: remove setting WEP keys before setting essid supportZhu Yi2009-07-241-26/+0Star
* | iwmc3200wifi: cfg80211 managed mode portSamuel Ortiz2009-07-243-292/+239Star
* | iwmc3200wifi: use correct debug levelZhu Yi2009-07-241-16/+16
* | iwmc3200wifi: set cipher_suites before registering wiphyZhu Yi2009-07-241-0/+10