aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/at76c50x-usb.c
Commit message (Expand)AuthorAgeFilesLines
* at76c50x-usb: fix warning caused by at76_mac80211_tx now returning voidJohn W. Linville2011-02-281-1/+2
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-4/+3
* WIRELESS: at76c50x, remove unneeded NULL checkJiri Slaby2010-10-111-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-241-11/+11
|\
| * drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches2010-08-181-11/+11
* | mac80211: use cipher suite selectorsJohannes Berg2010-08-161-3/+4
|/
* drivers/net/wireless/at76c50x-usb.c: Neaten macrosJoe Perches2010-07-271-16/+13
* drivers/net/wireless: Use wiphy_<level>Joe Perches2010-07-271-72/+67
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-011-36/+72
|\
| * at76c50x-usb: Extract bssid from authentication frameSebastian Smolorz2010-06-241-0/+36
| * at76c50x-usb: Move function at76_join() several lines upSebastian Smolorz2010-06-241-36/+36
* | drivers/net: use __packed annotationEric Dumazet2010-06-031-1/+1
|/
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* mac80211: give virtual interface to hw_scanJohannes Berg2010-04-271-0/+1
* mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-3/+3
* at76c50x-usb: Supply additional parameters to at76_start_monitor scan requestJason Andryuk2009-11-111-0/+3
* at76c50x-usb: Remove mac2str and replace with %pM format specifier.Jason Andryuk2009-11-111-24/+10
* at76c50x-usb: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+8
* at76c50x-usb: set firmware and hardware version in wiphyKalle Valo2009-10-071-0/+10
* mac80211: remove deprecated APIJohannes Berg2009-08-201-3/+2
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-4/+3
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-5/+5
* at76c50x-usb: remove unneeded flush_workqueue() at usb disconnectLuis R. Rodriguez2009-08-041-3/+1
* at76c50x-usb: cancel scan work at stop callbackLuis R. Rodriguez2009-08-041-1/+1
* ar76c50x-usb: cancel promisc work during mac80211 stopLuis R. Rodriguez2009-08-041-0/+2
* mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-031-6/+6
|\
| * at76c50x-usb: avoid mutex deadlock in at76_dwork_hw_scanJohn W. Linville2009-05-291-6/+6
* | mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-6/+9
* | cfg80211: introduce scan IE limit attributeJohannes Berg2009-04-221-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-211-0/+2
|\ \ | |/
| * at76c50x-usb: Add device ID for OQO model 01+Jamie Lentin2009-04-161-0/+2
* | at76c50x-usb: remove pointless conditional before kfree_skb()Wei Yongjun2009-04-131-2/+1
|/
* at76c50x-usb: use dev_name() instead of struct device.bus_idKalle Valo2009-02-271-1/+1
* at76c50x-usb: add link to the TODO listKalle Valo2009-02-271-8/+4
* at76c50x-usb: additional disconnect fixesJason Andryuk2009-02-271-0/+6
* at76c50x-usb: clean up DMA on stackJason Andryuk2009-02-271-12/+23
* at76c50x-usb: fix oops on disconnectJason Andryuk2009-02-271-8/+19
* at76c50x-usb: convert at76_debug to an unsigned intJason Andryuk2009-02-271-2/+2
* at76c50x-usb: update to latest mac80211 hw scan apiJason Andryuk2009-02-271-6/+18
* at76c50x-usb: add driverKalle Valo2009-02-271-0/+2465