aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-26imwc3200: move iwmc3200 SDIO ids to sdio_ids.hTomas Winkler2-4/+3
2009-07-24iwmc3200wifi: fix a use-after-free bugZhu Yi1-7/+9
2009-07-24iwmc3200wifi: fix cfg80211_connect_result is called in IBSSZhu Yi1-4/+9
2009-07-24iwmc3200wifi: use cfg80211_connect_result to send req/resp IEZhu Yi3-13/+35
2009-07-24iwmc3200wifi: remove key caches in driverZhu Yi2-70/+2
2009-07-24iwmc3200wifi: make iwm_send_wifi_if_cmd return 0 on successZhu Yi1-14/+13
2009-07-24iwmc3200wifi: remove setting WEP keys before setting essid supportZhu Yi1-26/+0
2009-07-24iwmc3200wifi: cfg80211 managed mode portSamuel Ortiz3-292/+239
2009-07-24iwmc3200wifi: use correct debug levelZhu Yi1-16/+16
2009-07-24iwmc3200wifi: set cipher_suites before registering wiphyZhu Yi1-0/+10
2009-07-24iwmc3200wifi: hardware does not support IP checksumZhu Yi1-1/+1
2009-07-24iwmc3200wifi: fix UMAC INIT_COMPLETE notification handlingZhu Yi2-1/+6
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-07-21iwmc3200wifi: fix NULL pointer dereference in iwm_if_freeZhu Yi1-1/+1
2009-07-10iwmc3200wifi: remove B0 hardware supportZhu Yi5-29/+0
2009-07-10iwmc3200wifi: simplify calibration mapZhu Yi4-15/+17
2009-07-10iwmc3200wifi: replace netif_rx with netif_rx_niZhu Yi1-1/+1
2009-07-10cfg80211: implement iwpowerJohannes Berg2-45/+24
2009-07-10iwmc3200wifi: rfkill cleanupZhu Yi6-32/+39
2009-07-10iwmc3200wifi: cache keys when interface is downSamuel Ortiz3-19/+28
2009-07-10iwmc3200wifi: change coexist periodic calibration flagZhu Yi2-6/+11
2009-07-10iwmc3200wifi: cfg80211 key hooks implemetationSamuel Ortiz6-332/+219
2009-07-10iwmc3200wifi: handling wifi_if_ntfy responsesSamuel Ortiz5-15/+31
2009-07-10iwmc3200wifi: invalidate keys when changing the BSSIDSamuel Ortiz1-1/+18
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg1-7/+2
2009-07-07iwmc3200wifi: add Kconfig helpSamuel Ortiz1-0/+9
2009-06-19iwmc3200wifi: add a mutex to protect iwm_reset_workerZhu Yi2-6/+49
2009-06-19iwmc3200wifi: fix potential kernel oops on module removalZhu Yi1-2/+2
2009-06-19iwmc3200wifi: add iwm_if_add and iwm_if_removeZhu Yi3-12/+31