aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi
Commit message (Expand)AuthorAgeFilesLines
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-2/+2
|\
| * cfg80211: Use consistent BSS matching between scan and smeJouni Malinen2011-05-191-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-1/+2
|\ \ | |/
| * cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar2011-05-161-1/+2
* | Fix common misspellingsLucas De Marchi2011-03-312-3/+3
|/
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-01-272-3/+7
|\
| * cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2011-01-212-3/+7
* | iwmc3200wifi: Return proper error for iwm_if_allocAxel Lin2011-01-131-0/+2
|/
* cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg2010-12-131-1/+2
* iwmc3200wifi: clarify potentially undefined operation in iwm_scan_ssidsJohn W. Linville2010-11-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-232-8/+6
|\
| * cfg80211/mac80211: allow per-station GTKsJohannes Berg2010-10-061-3/+4
| * iwm3200wifi: remove comparison to WIFI_IF_NTFY_MAX in iwm_ntf_wifi_if_wrapperJohn W. Linville2010-08-161-5/+2
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+5
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-011-4/+8
|\
| * cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen2010-06-241-4/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-112-3/+3
|\ \ | |/
| * wireless: fix several minor description typosWalter Goldens2010-06-021-1/+1
| * drivers/net/wireless/iwmc3200wifi: Use kmemdupJulia Lawall2010-06-021-2/+2
* | drivers/net: use __packed annotationEric Dumazet2010-06-034-72/+72
|/
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-054-121/+15
|\
| * iwmc3200wifi: fix busted iwm_debugfs_init definitionJohn W. Linville2010-05-031-4/+1
| * iwmc3200wifi: cleanup unneeded debugfs error handlingJohn W. Linville2010-05-034-55/+15
| * iwl: cleanup: remove unneeded error handlingDan Carpenter2010-04-281-63/+0
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-234-5/+8
|\ \ | |/
| * iwmc3200wifi: check sparse endianness annotationsSamuel Ortiz2010-04-161-0/+2
| * iwmc3200wifi: Fix sparse warningsSamuel Ortiz2010-04-163-5/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1110-0/+10
|\ \
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3010-0/+10
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-2215-54/+407
|\ \ \ | |/ / |/| / | |/
| * iwmc3200wifi: typo fix and code cleanupZhu Yi2010-03-104-10/+8
| * iwmc3200wifi: mark some pmksa functions staticZhu Yi2010-03-101-5/+8
| * iwmc3200wifi: increase concatenated bufferZhu Yi2010-03-101-1/+1
| * iwmc3200wifi: protect rx_tickets and rx_packets[] listsZhu Yi2010-03-104-5/+30
| * iwmc3200wifi: add ftrace event tracing supportZhu Yi2010-03-109-7/+314
| * iwmc3200wifi: remove "_safe" for some list_for_each_entry usageZhu Yi2010-03-105-23/+21
| * iwmc3200wifi: refuse to associate on unallowed channelsZhu Yi2010-03-103-3/+25
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \
| * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-062-2/+2
| |/ |/|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-141-1/+1
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-101-1/+1
| |\ \ | | |/ | |/|
| | * iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()Roel Kluin2010-02-091-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-232-0/+5
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-192-0/+5
| |\ \ | | |/
| | * iwmc3200wifi: Add UMAC wifi headers to the pmkid commandSamuel Ortiz2010-01-142-0/+5
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-291-1/+1
| |\ \ | | |/
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-191-1/+1
|\ \ \
| * | | Revert "iwmc3200wifi: fix array out-of-boundary access"John W. Linville2010-01-141-1/+1