aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-26p54: improve TSF timestamp precisionChristian Lamparter1-1/+5
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+12
2012-09-24p54: connect to 11w protected networksChristian Lamparter1-0/+12
2012-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+2
2012-09-11p54: fix off-by-one null pointer bug in p54_tx_80211Christian Lamparter1-1/+2
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-8/+13
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville3-8/+13
2012-08-17USB: p54usb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-13p54: fix powerpc gcc warningsChristian Lamparter1-4/+8
2012-08-10p54: parse output power tableChristian Lamparter2-24/+92
2012-08-06p54pci: convert driver to use asynchronous firmware loadingLarry Finger2-26/+63
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn3-8/+13
2012-07-16wireless: Use eth_random_addrJoe Perches1-1/+1
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-3/+3
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn1-3/+3
2012-06-06wireless: Remove casts to same typeJoe Perches2-2/+2
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-04-21drivers/net: add missing __devexit_p() annotationsArnd Bergmann1-1/+1
2012-04-16net/wireless: use module_pci_driverAxel Lin1-12/+1
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg1-2/+1
2012-04-09p54usb: Load firmware asynchronouslyLarry Finger2-68/+130
2012-04-09p54: only unregister ieee80211_hw when it has been registeredChristian Lamparter2-2/+10
2012-03-06p54pci: use new driver.pm interface for suspend/resumeChristian Lamparter1-24/+24
2012-03-06p54: pass interface setup errors back to mac80211Christian Lamparter1-2/+3
2012-03-05p54spi: Release GPIO lines and IRQ on error in p54spi_probeMax Filippov1-4/+10
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg1-1/+1
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg1-1/+2
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