summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwmc3200wifi
AgeCommit message (Expand)AuthorFilesLines
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-08-05iwmc3200wifi: avoid setting default key for 802.1X and RSNAZhu Yi1-13/+26
2009-08-05iwmc3200wifi: set WEP key static flag correctlyZhu Yi1-2/+8
2009-08-05iwmc3200wifi: fix set_wpa_version and set_auth_type orderZhu Yi1-2/+7
2009-08-04drivers/net/wireless: introduce missing kfreeJulia Lawall1-0/+1
2009-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-192/+1
2009-07-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-27imwc3200: 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-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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
2009-06-19iwmc3200wifi: check for iwm_priv_init errorZhu Yi3-7/+23
2009-06-03cfg80211: fix Kconfig for users of cfg80211Johannes Berg1-1/+1
2009-06-03iwm: port to new cfg80211 rfkillJohannes Berg5-99/+1
2009-06-03rfkill: rewriteJohannes Berg1-22/+17
2009-06-03iwmc3200wifi: shrink calibration lmac nameSamuel Ortiz1-1/+1
2009-06-03iwmc3200wifi: fix printk formatRandy Dunlap1-1/+1
2009-06-03iwmc3200wifi: fix fragmentation threshold settingSamuel Ortiz1-1/+1
2009-05-26iwmc3200wifi: fix link error when CFG80211 is not selectedZhu Yi1-1/+2
2009-05-22iwmc3200wifi: Add new Intel Wireless Multicomm 802.11 driverZhu Yi27-0/+9710