aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-12/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+3
2011-11-28wireless: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-2/+3
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville6-0/+6
2011-11-21p54: use ieee80211_free_txskbChristian Lamparter1-2/+2
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-17p54spi: Remove FIXME in op_stopMichael Büsch1-5/+1
2011-11-17p54spi: Fix workqueue deadlockMichael Büsch1-2/+2
2011-11-17p54spi: Add missing spin_lock_initMichael Büsch1-0/+1
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker3-0/+3
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker3-0/+3
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-30mac80211: implement uAPSDJohannes Berg1-1/+1
2011-08-29p54spi: add "spi:" prefix for stlc45xx modaliasAxel Lin1-1/+1
2011-08-29p54: Use do_div for 64-bit division to fix 32-bit kernelsChristian Lamparter1-4/+8
2011-08-24p54: improve site surveyChristian Lamparter5-14/+211
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+1
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+1
2011-05-16p54usb: add zoom 4410 usbidChristian Lamparter1-0/+1
2011-05-10p54pci: fix -Wunused-but-set-variable warningsChristian Lamparter1-2/+1
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville5-1/+66
2011-04-29p54: avoid uninitialized variable warning for freqJohn W. Linville1-1/+1
2011-04-26p54: implement multicast filterChristian Lamparter4-0/+65
2011-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2011-04-08p54: Initialize extra_len in p54_tx_80211Jason Conti1-1/+1
2011-04-04p54usb: IDs for two new devicesChristian Lamparter1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-2/+1
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+2
2011-03-07p54spi: Update kconfig help textMichael Buesch1-3/+2
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller6-14/+32
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+10
2011-02-28p54: fix a NULL pointer dereference bugFelix Fietkau1-2/+5
2011-02-28p54usb: add Senao NUB-350 usbidChristian Lamparter1-0/+1
2011-02-25mac80211: make tx() operation return voidJohannes Berg3-10/+5
2011-02-25p54: implement set_coverage_classChristian Lamparter3-1/+21
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-02-21p54pci: update receive dma buffers before and after processingChristian Lamparter1-5/+9
2011-02-18p54: implement flush callbackChristian Lamparter1-0/+43
2011-02-18p54: Fix compile warningLarry Finger1-1/+1
2011-02-14p54spi: update sample eepromChristian Lamparter1-4/+5
2011-02-14p54: enhance rssi->dBm database importChristian Lamparter7-41/+176
2011-02-14p54: p54_generate_band cleanupChristian Lamparter1-10/+11
2011-02-14p54: sort channel list by frequency instead of channel indexChristian Lamparter1-2/+2
2011-01-10p54: fix sequence no. accounting off-by-one errorChristian Lamparter1-1/+1