summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/at76c50x-usb.c
AgeCommit message (Expand)Author
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches
2014-08-25at76c50x-usb: fix use after free on failure path in at76_probe()Alexey Khoroshilov
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel
2014-06-05at76c50x: fix scan does not work with latest mac80211Andrea Merello
2014-05-29at76c50x-usb: Make WEP encryption working.Andrea Merello
2014-05-29at76c50x-usb: Don't perform DMA from stack memoryAndrea Merello
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2014-01-07mac80211: remove channel_change_timeJohannes Berg
2014-01-03at76c50x-usb: use ether_addr_equal_64bitsJulia Lawall
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2012-11-14wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2012-09-11wireless: at76c50x: eliminate hex2str()Andy Shevchenko
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-08-10wireless: at76c50x: signedness bug in at76_dfu_get_state()Dan Carpenter
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-05-08wireless: at76c50x: allocating too much dataDan Carpenter
2012-04-25USB: at76c50x-usb.c: remove err() usageGreg Kroah-Hartman
2012-04-12wireless, at76c50x:: Don't needlessly test for NULL before calling release_fi...Jesper Juhl
2011-10-31wireless: at76c50x: follow rename pack_hex_byte to hex_byte_packAndy Shevchenko
2011-09-30wireless: at76c50x: use native hex_pack_byte() methodAndy Shevchenko
2011-02-28at76c50x-usb: fix warning caused by at76_mac80211_tx now returning voidJohn W. Linville
2011-02-25mac80211: make tx() operation return voidJohannes Berg
2010-10-11WIRELESS: at76c50x, remove unneeded NULL checkJiri Slaby
2010-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-08-18drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches
2010-08-16mac80211: use cipher suite selectorsJohannes Berg
2010-07-27drivers/net/wireless/at76c50x-usb.c: Neaten macrosJoe Perches
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-06-24at76c50x-usb: Extract bssid from authentication frameSebastian Smolorz
2010-06-24at76c50x-usb: Move function at76_join() several lines upSebastian Smolorz
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-27mac80211: give virtual interface to hw_scanJohannes Berg
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg
2009-11-11at76c50x-usb: Supply additional parameters to at76_start_monitor scan requestJason Andryuk
2009-11-11at76c50x-usb: Remove mac2str and replace with %pM format specifier.Jason Andryuk
2009-11-11at76c50x-usb: declare MODULE_FIRMWAREBen Hutchings
2009-10-07at76c50x-usb: set firmware and hardware version in wiphyKalle Valo
2009-08-20mac80211: remove deprecated APIJohannes Berg
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez
2009-08-04at76c50x-usb: remove unneeded flush_workqueue() at usb disconnectLuis R. Rodriguez
2009-08-04at76c50x-usb: cancel scan work at stop callbackLuis R. Rodriguez