aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/at76c50x-usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-27mac80211: give virtual interface to hw_scanJohannes Berg1-0/+1
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-3/+3
2009-11-11at76c50x-usb: Supply additional parameters to at76_start_monitor scan requestJason Andryuk1-0/+3
2009-11-11at76c50x-usb: Remove mac2str and replace with %pM format specifier.Jason Andryuk1-24/+10
2009-11-11at76c50x-usb: declare MODULE_FIRMWAREBen Hutchings1-0/+8
2009-10-07at76c50x-usb: set firmware and hardware version in wiphyKalle Valo1-0/+10
2009-08-20mac80211: remove deprecated APIJohannes Berg1-3/+2
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-4/+3
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-5/+5
2009-08-04at76c50x-usb: remove unneeded flush_workqueue() at usb disconnectLuis R. Rodriguez1-3/+1
2009-08-04at76c50x-usb: cancel scan work at stop callbackLuis R. Rodriguez1-1/+1
2009-08-04ar76c50x-usb: cancel promisc work during mac80211 stopLuis R. Rodriguez1-0/+2
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+6
2009-05-29at76c50x-usb: avoid mutex deadlock in at76_dwork_hw_scanJohn W. Linville1-6/+6
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-6/+9
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg1-0/+1
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2009-04-16at76c50x-usb: Add device ID for OQO model 01+Jamie Lentin1-0/+2
2009-04-13at76c50x-usb: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2009-02-27at76c50x-usb: use dev_name() instead of struct device.bus_idKalle Valo1-1/+1
2009-02-27at76c50x-usb: add link to the TODO listKalle Valo1-8/+4
2009-02-27at76c50x-usb: additional disconnect fixesJason Andryuk1-0/+6
2009-02-27at76c50x-usb: clean up DMA on stackJason Andryuk1-12/+23
2009-02-27at76c50x-usb: fix oops on disconnectJason Andryuk1-8/+19
2009-02-27at76c50x-usb: convert at76_debug to an unsigned intJason Andryuk1-2/+2
2009-02-27at76c50x-usb: update to latest mac80211 hw scan apiJason Andryuk1-6/+18
2009-02-27at76c50x-usb: add driverKalle Valo1-0/+2465