summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-281-0/+12
|\
| * p54: connect to 11w protected networksChristian Lamparter2012-09-241-0/+12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-141-1/+2
|\|
| * p54: fix off-by-one null pointer bug in p54_tx_80211Christian Lamparter2012-09-111-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-243-8/+13
|\|
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-213-8/+13
| |\
| | * mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-313-8/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-1/+1
|\ \ \ | |/ / |/| |
| * | USB: p54usb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-181-1/+1
| |/
* | p54: fix powerpc gcc warningsChristian Lamparter2012-08-131-4/+8
* | p54: parse output power tableChristian Lamparter2012-08-102-24/+92
* | p54pci: convert driver to use asynchronous firmware loadingLarry Finger2012-08-062-26/+63
|/
* wireless: Use eth_random_addrJoe Perches2012-07-171-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-121-3/+3
|\
| * mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn2012-07-031-3/+3
* | wireless: Remove casts to same typeJoe Perches2012-06-062-2/+2
|/
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-231-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-191-0/+1
* | drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-111-1/+1
* | drivers/net: add missing __devexit_p() annotationsArnd Bergmann2012-04-211-1/+1
* | net/wireless: use module_pci_driverAxel Lin2012-04-161-12/+1Star
* | mac80211: remove antenna_sel_tx TX info fieldJohannes Berg2012-04-101-2/+1Star
* | p54usb: Load firmware asynchronouslyLarry Finger2012-04-092-68/+130
* | p54: only unregister ieee80211_hw when it has been registeredChristian Lamparter2012-04-092-2/+10
|/
* p54pci: use new driver.pm interface for suspend/resumeChristian Lamparter2012-03-061-24/+24
* p54: pass interface setup errors back to mac80211Christian Lamparter2012-03-061-2/+3
* p54spi: Release GPIO lines and IRQ on error in p54spi_probeMax Filippov2012-03-051-4/+10
* mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-291-1/+1
* mac80211: make beacon filtering per virtual interfaceJohannes Berg2012-01-271-1/+2
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-12/+1Star
|\
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-12/+1Star
| |\
| | * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1Star
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-221-2/+3
| |\ \ | | |/ | |/|
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-2/+3
|\ \ \ | | |/ | |/|
| * | p54spi: Fix workqueue deadlockMichael Büsch2011-11-171-2/+2
| * | p54spi: Add missing spin_lock_initMichael Büsch2011-11-171-0/+1
* | | wireless: Remove redundant spi driver bus initializationLars-Peter Clausen2011-11-281-1/+0Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-226-0/+6
|\ \ \ | | |/ | |/|
| * | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-013-0/+3
| * | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-013-0/+3
| |/
* | p54: use ieee80211_free_txskbChristian Lamparter2011-11-211-2/+2
* | p54spi: Remove FIXME in op_stopMichael Büsch2011-11-171-5/+1Star
|/
* mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-031-1/+2
* mac80211: implement uAPSDJohannes Berg2011-09-301-1/+1
* p54spi: add "spi:" prefix for stlc45xx modaliasAxel Lin2011-08-291-1/+1
* p54: Use do_div for 64-bit division to fix 32-bit kernelsChristian Lamparter2011-08-291-4/+8
* p54: improve site surveyChristian Lamparter2011-08-245-14/+211
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-0/+1
|\