aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10iwmc3200wifi: remove driver for unavailable hardwareJohn W. Linville1-1701/+0
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-6/+6
2011-05-19cfg80211: Use consistent BSS matching between scan and smeJouni Malinen1-2/+2
2011-05-16cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar1-1/+2
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-2/+5
2010-08-16iwm3200wifi: remove comparison to WIFI_IF_NTFY_MAX in iwm_ntf_wifi_if_wrapperJohn W. Linville1-5/+2
2010-06-02drivers/net/wireless/iwmc3200wifi: Use kmemdupJulia Lawall1-2/+2
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-1/+2
2010-04-16iwmc3200wifi: Fix sparse warningsSamuel Ortiz1-1/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-22/+54
2010-03-10iwmc3200wifi: typo fix and code cleanupZhu Yi1-4/+3
2010-03-10iwmc3200wifi: protect rx_tickets and rx_packets[] listsZhu Yi1-4/+20
2010-03-10iwmc3200wifi: add ftrace event tracing supportZhu Yi1-5/+10
2010-03-10iwmc3200wifi: remove "_safe" for some list_for_each_entry usageZhu Yi1-9/+6
2010-03-10iwmc3200wifi: refuse to associate on unallowed channelsZhu Yi1-0/+15
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2010-02-09iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()Roel Kluin1-1/+1
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-18/+53
2009-12-22iwmc3200wifi: Avoid an offset calculation for each management frame.Joe Perches1-13/+12
2009-12-22iwmc3200wifi: rx aggregation supportZhu Yi1-5/+41
2009-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2009-12-21iwmc3200wifi: Fix test of unsigned in iwm_ntf_stop_resume_tx()Roel Kluin1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-28iwmc3200wifi: 802.11n Tx aggregation supportSamuel Ortiz1-0/+66
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-10-27iwmc3200wifi: handle coexistence radio notificationZhu Yi1-0/+15
2009-10-27iwmc3200wifi: Support unexpected reboot barkerSamuel Ortiz1-0/+8
2009-10-27iwmc3200wifi: Try shared auth when open WEP failsSamuel Ortiz1-5/+23
2009-10-27iwmc3200wifi: Check for cmd pointer before dereferencing itSamuel Ortiz1-2/+8
2009-10-27iwmc3200wifi: Improve rx debugSamuel Ortiz1-2/+5
2009-10-27iwmc3200wifi: CT kill supportSamuel Ortiz1-1/+15
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01iwmc3200wifi: Add a last_fw_err debugfs entrySamuel Ortiz1-0/+2
2009-09-01iwmc3200wifi: Handle UMAC stalls and UMAC assert properlySamuel Ortiz1-6/+23
2009-09-01iwmc3200wifi: fix misuse of le16_to_cpuZhu Yi1-1/+1
2009-09-01iwmc3200wifi: add disconnect workZhu Yi1-5/+27
2009-09-01iwmc3200wifi: use cfg80211_roamed to send roam eventZhu Yi1-6/+20
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 Yi1-13/+23
2009-07-24iwmc3200wifi: cfg80211 managed mode portSamuel Ortiz1-7/+9
2009-07-24iwmc3200wifi: use correct debug levelZhu Yi1-16/+16
2009-07-24iwmc3200wifi: hardware does not support IP checksumZhu Yi1-1/+1
2009-07-24iwmc3200wifi: fix UMAC INIT_COMPLETE notification handlingZhu Yi1-1/+0
2009-07-10iwmc3200wifi: remove B0 hardware supportZhu Yi1-7/+0
2009-07-10iwmc3200wifi: replace netif_rx with netif_rx_niZhu Yi1-1/+1