summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi/rx.c
Commit message (Expand)AuthorAgeFilesLines
* iwmc3200wifi: remove driver for unavailable hardwareJohn W. Linville2012-07-101-1701/+0Star
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-6/+6
* cfg80211: Use consistent BSS matching between scan and smeJouni Malinen2011-05-191-2/+2
* cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar2011-05-161-1/+2
* cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2011-01-211-2/+5
* iwm3200wifi: remove comparison to WIFI_IF_NTFY_MAX in iwm_ntf_wifi_if_wrapperJohn W. Linville2010-08-161-5/+2Star
* drivers/net/wireless/iwmc3200wifi: Use kmemdupJulia Lawall2010-06-021-2/+2
* Merge branch 'master' into for-davemJohn W. Linville2010-04-231-1/+2
|\
| * iwmc3200wifi: Fix sparse warningsSamuel Ortiz2010-04-161-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-231-22/+54
|\ \ \ | |/ / |/| / | |/
| * iwmc3200wifi: typo fix and code cleanupZhu Yi2010-03-101-4/+3Star
| * iwmc3200wifi: protect rx_tickets and rx_packets[] listsZhu Yi2010-03-101-4/+20
| * iwmc3200wifi: add ftrace event tracing supportZhu Yi2010-03-101-5/+10
| * iwmc3200wifi: remove "_safe" for some list_for_each_entry usageZhu Yi2010-03-101-9/+6Star
| * iwmc3200wifi: refuse to associate on unallowed channelsZhu Yi2010-03-101-0/+15
* | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-151-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 git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-261-18/+53
|\ \ \ | |/ / |/| |
| * | iwmc3200wifi: Avoid an offset calculation for each management frame.Joe Perches2009-12-221-13/+12Star
| * | iwmc3200wifi: rx aggregation supportZhu Yi2009-12-221-5/+41
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-211-1/+1
|\ \ \ | | |/ | |/|
| * | iwmc3200wifi: Fix test of unsigned in iwm_ntf_stop_resume_tx()Roel Kluin2009-12-211-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\ \ | |/ |/|
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | iwmc3200wifi: 802.11n Tx aggregation supportSamuel Ortiz2009-11-281-0/+66
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-0/+1
|\|
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | iwmc3200wifi: handle coexistence radio notificationZhu Yi2009-10-271-0/+15
* | iwmc3200wifi: Support unexpected reboot barkerSamuel Ortiz2009-10-271-0/+8
* | iwmc3200wifi: Try shared auth when open WEP failsSamuel Ortiz2009-10-271-5/+23
* | iwmc3200wifi: Check for cmd pointer before dereferencing itSamuel Ortiz2009-10-271-2/+8
* | iwmc3200wifi: Improve rx debugSamuel Ortiz2009-10-271-2/+5
* | iwmc3200wifi: CT kill supportSamuel Ortiz2009-10-271-1/+15
|/
* iwmc3200wifi: Add a last_fw_err debugfs entrySamuel Ortiz2009-09-011-0/+2
* iwmc3200wifi: Handle UMAC stalls and UMAC assert properlySamuel Ortiz2009-09-011-6/+23
* iwmc3200wifi: fix misuse of le16_to_cpuZhu Yi2009-09-011-1/+1
* iwmc3200wifi: add disconnect workZhu Yi2009-09-011-5/+27
* iwmc3200wifi: use cfg80211_roamed to send roam eventZhu Yi2009-09-011-6/+20
* 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-241-13/+23
* iwmc3200wifi: cfg80211 managed mode portSamuel Ortiz2009-07-241-7/+9
* iwmc3200wifi: use correct debug levelZhu Yi2009-07-241-16/+16
* iwmc3200wifi: hardware does not support IP checksumZhu Yi2009-07-241-1/+1
* iwmc3200wifi: fix UMAC INIT_COMPLETE notification handlingZhu Yi2009-07-241-1/+0Star
* iwmc3200wifi: remove B0 hardware supportZhu Yi2009-07-101-7/+0Star
* iwmc3200wifi: replace netif_rx with netif_rx_niZhu Yi2009-07-101-1/+1