aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-7/+2
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2013-02-25b43: Fix lockdep splat on module unloadLarry Finger1-1/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+6
2013-02-19b43: Increase number of RX DMA slotsLarry Finger1-1/+1
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-16/+48
2013-01-22b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()Dan Carpenter1-22/+8
2013-01-22drivers/net/wireless/b43: remove depends on CONFIG_EXPERIMENTALKees Cook1-6/+6
2013-01-07b43: Fix firmware loading when driver is built into the kernelLarry Finger3-16/+48
2012-12-10b43: fix tx path skb leaksFelix Fietkau3-8/+15
2012-12-06b43: remove __dev* attributesBill Pemberton2-6/+6
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+4
2012-10-24b43: Fix oops on unload when firmware not foundLarry Finger1-0/+4
2012-10-19bcma: add an extra pcie core structHauke Mehrtens1-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-55/+1358
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-09-01b43: Kconfig: drop unknown symbol 'BRCMSMAC_MODULE'Paul Bolle1-2/+2
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+2
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville11-54/+1356
2012-08-10b43: N-PHY: fix 0x2057 radio calib copy/paste mistakeRafał Miłecki1-0/+1
2012-08-06b43: N-PHY: add overriding RF control for rev7+Rafał Miłecki3-4/+129
2012-08-06b43: be more user friendly with PHY infoRafał Miłecki2-5/+36
2012-08-06b43: N-PHY: init 0x2057 radioRafał Miłecki4-2/+712
2012-08-06b43: N-PHY: finish 0x2056 radio setupRafał Miłecki2-6/+90
2012-08-06b43: add helper waiting for given value in radio regRafał Miłecki3-11/+22
2012-08-06b43: rename host flags definesRafał Miłecki3-10/+12
2012-08-06b43: N-PHY: add PHY rev7+ workaroundsRafał Miłecki1-2/+326
2012-08-06b43: N-PHY: update workaroundsRafał Miłecki1-16/+30
2012-08-02b43: fix logic in GPIO initRafał Miłecki1-8/+13
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-1/+2
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-33/+15
2012-07-17b43: fix crash with OpenFWWFJohannes Berg2-29/+10
2012-07-17b43: use temporary rate_index for error checkingJohannes Berg1-4/+5
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-8/+9
2012-07-09b43: N-PHY: fix RSSI calibrationRafał Miłecki1-8/+9
2012-06-24Fix typo in printed messagesAnatol Pomozov1-1/+1
2012-06-08b43: do not call ieee80211_unregister_hw if we are not registredOleksij Rempel2-7/+16
2012-05-16b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcieBjorn Helgaas1-1/+1
2012-05-16bcma: add boardinfo structHauke Mehrtens1-3/+1
2012-05-16ssb: remove rev from boardinfoHauke Mehrtens2-3/+3
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2012-04-27b43: only reload config after successful initializationSeth Forshee1-2/+8
2012-04-21drivers/net: add missing __devexit_p() annotationsArnd Bergmann1-1/+1
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior1-1/+2
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-7/+1
2012-04-10b43: claim support for IBSS RSNAntonio Quartulli1-0/+16
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg1-1/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1