summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-305-192/+1
|\ \
| * | cfg80211: self-contained wext handling where possibleJohannes Berg2009-07-295-100/+1
| * | cfg80211: combine IWESSID handlersJohannes Berg2009-07-291-34/+2
| * | cfg80211: combine IWAP handlersJohannes Berg2009-07-291-32/+2
| * | cfg80211: combine iwfreq implementationsJohannes Berg2009-07-291-32/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-301-4/+2
|\ \ \ | |/ / |/| / | |/
| * wireless: ERR_PTR vs nullDan Carpenter2009-07-271-4/+2
* | imwc3200: move iwmc3200 SDIO ids to sdio_ids.hTomas Winkler2009-07-262-4/+3
* | 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/+2
* | iwmc3200wifi: make iwm_send_wifi_if_cmd return 0 on successZhu Yi2009-07-241-14/+13
* | iwmc3200wifi: remove setting WEP keys before setting essid supportZhu Yi2009-07-241-26/+0
* | iwmc3200wifi: cfg80211 managed mode portSamuel Ortiz2009-07-243-292/+239
* | iwmc3200wifi: use correct debug levelZhu Yi2009-07-241-16/+16
* | iwmc3200wifi: set cipher_suites before registering wiphyZhu Yi2009-07-241-0/+10
* | iwmc3200wifi: hardware does not support IP checksumZhu Yi2009-07-241-1/+1
* | iwmc3200wifi: fix UMAC INIT_COMPLETE notification handlingZhu Yi2009-07-242-1/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-1/+1
|\|
| * iwmc3200wifi: fix NULL pointer dereference in iwm_if_freeZhu Yi2009-07-211-1/+1
* | iwmc3200wifi: remove B0 hardware supportZhu Yi2009-07-105-29/+0
* | iwmc3200wifi: simplify calibration mapZhu Yi2009-07-104-15/+17
* | iwmc3200wifi: replace netif_rx with netif_rx_niZhu Yi2009-07-101-1/+1
* | cfg80211: implement iwpowerJohannes Berg2009-07-102-45/+24
* | iwmc3200wifi: rfkill cleanupZhu Yi2009-07-106-32/+39
* | iwmc3200wifi: cache keys when interface is downSamuel Ortiz2009-07-103-19/+28
* | iwmc3200wifi: change coexist periodic calibration flagZhu Yi2009-07-102-6/+11
* | iwmc3200wifi: cfg80211 key hooks implemetationSamuel Ortiz2009-07-106-332/+219
* | iwmc3200wifi: handling wifi_if_ntfy responsesSamuel Ortiz2009-07-105-15/+31
* | iwmc3200wifi: invalidate keys when changing the BSSIDSamuel Ortiz2009-07-101-1/+18
* | cfg80211: pass netdev to change_virtual_intfJohannes Berg2009-07-101-7/+2
|/
* iwmc3200wifi: add Kconfig helpSamuel Ortiz2009-07-071-0/+9
* iwmc3200wifi: add a mutex to protect iwm_reset_workerZhu Yi2009-06-192-6/+49
* iwmc3200wifi: fix potential kernel oops on module removalZhu Yi2009-06-191-2/+2