aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/wbusb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-4/+3
2010-12-01Staging: w35und: Kill struct wb_usbPekka Enberg1-3/+1
2010-12-01Staging: w35und: Remove unused fields from struct wb_usbPekka Enberg1-6/+2
2010-12-01Staging: w35und: Kill wblinux_f.h headerPekka Enberg1-1/+0
2010-12-01Staging: w35und: Merge mlmetxrx.c to mds.cPekka Enberg1-1/+0
2010-12-01Staging: w35und: Kill Vendor2 ifdef from hal_init_hardwarePekka Enberg1-7/+0
2010-12-01Staging: w35und: Use pr_debug() for debuggingPekka Enberg1-10/+3
2010-11-09Staging: w35und: Kill struct hwdata ->NullPacketCountPekka Enberg1-9/+0
2010-11-09Staging: w35und: Kill empty Mds_Destroy functionPekka Enberg1-2/+0
2010-11-09Staging: w35und: Rename wbhal_s.h to wbhal.hPekka Enberg1-1/+1
2010-11-09Staging: w35und: Merge wbhal_f.h to wbhal_s.hPekka Enberg1-1/+4
2010-09-21staging: w35und: Inline MLMESendFrame() to wbsoft_tx()Pekka Enberg1-1/+20
2010-09-21staging: w35und: Use NETDEV_TX_BUSY if MLMESendFrame failsPekka Enberg1-3/+1
2010-09-21staging: w35und: Remove unused spinlocksPekka Enberg1-2/+0
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman1-1/+1
2010-07-22Staging: fix typos concerning "address"Uwe Kleine-König1-1/+1
2010-07-19update email addressPavel Machek1-1/+1
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-103/+84
2010-05-11Staging: winbond: wbusb.c Coding style fixes.Lars Lindley1-103/+84
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-04Staging: winbond: fix up wireless api errorsGreg Kroah-Hartman1-11/+3
2010-03-03staging: make USB device id constantNémeth Márton1-1/+1
2010-03-03Staging: w35und: Convert typedef ChanInfo to struct chan_infoPekka Enberg1-4/+4
2009-10-09Staging: winbond: implement prepare_multicast and fix API usageJeff Mahoney1-2/+9
2009-10-09Staging: w35und: Fix ->beacon_int breakagePekka Enberg1-16/+17
2009-09-15Staging: w35und: Remove some write-only struct membersPekka Enberg1-5/+0
2009-06-19Staging: winbond: mac80211 - unify config_interface and bss_info_changedTim Gardner1-9/+0
2009-06-19Staging: w35und: merge wbhal.c to wbusb.cPekka Enberg1-0/+202
2009-06-19Staging: w35und: make led lookup tables staticPekka Enberg1-5/+12
2009-06-19Staging: w35und: remove MODULE_AUTHORPekka Enberg1-1/+6
2009-06-19Staging: w35und: reformat wbusb.cPekka Enberg1-293/+270
2009-06-19Staging: w35und: inline hal_set_phy_type() to wb35_hw_init()Pekka Enberg1-5/+3
2009-06-19Staging: w35und: clean up comments in wbusb.cPekka Enberg1-46/+25
2009-06-19Staging: w35und: simplify hal_init_hardware() and hal_halt()Pekka Enberg1-18/+11
2009-06-19Staging: w35und: more simplify hal_init_hardware() error handlingPekka Enberg1-7/+10
2009-06-19Staging: w35und: simplify hal_init_hardware() error handlingPekka Enberg1-31/+35
2009-06-19Staging: w35und: simplify error handling in wb35_hw_init()Pekka Enberg1-6/+5
2009-06-19Staging: w35und: move hal_init_hardware() and hal_halt() int wbusb.cPekka Enberg1-0/+345
2009-06-19Staging: w35und: replace switch error handling with gotos in wb35_hw_init()Pekka Enberg1-26/+10
2009-06-19Staging: w35und: remove unused code from wbsoft_configure_filter()Pekka Enberg1-21/+3
2009-05-08Staging: w35und: unregister device from the ieee80211 stack upon ->disconnect()Pekka Enberg1-2/+7
2009-04-03Staging: w35und: remove hw_data_t typedefPekka Enberg1-6/+6
2009-04-03Staging: w35und: typedef removalPekka Enberg1-1/+1
2009-04-03Staging: w35und: kill WBDEBUG and remove common.h header filePekka Enberg1-2/+2
2009-04-03Staging: w35und: unify mto.h and mto_f.h header filesPekka Enberg1-1/+1
2009-02-27Staging: w35und: fix usb_control_msg() error handling in wb35_probe()Pekka Enberg1-6/+10
2009-02-27Staging: w35und: fix registration with wlan stackPavel Machek1-1/+3
2009-01-06Staging: w35und: fix config build warningsGreg Kroah-Hartman1-2/+3
2009-01-06Staging: w35und: remove ->shutdown from struct wbsoft_privPekka Enberg1-5/+1
2009-01-06Staging: w35und: move packet_came() to wb35rx.cPekka Enberg1-29/+0