summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/main.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-22b43: N-PHY: enable support for PHYs rev 3 and higherRafał Miłecki1-1/+1
2010-12-22b43: use correct firmware for newer coresRafał Miłecki1-3/+9
2010-12-13b43: rename TMS defines, drop useless condition from core resetRafał Miłecki1-6/+2
2010-12-08b43: rename config option for N-PHY, drop BROKENRafał Miłecki1-2/+2
2010-12-08b43: fix split of N-PHY devices into supported and not (based on PHY rev)Rafał Miłecki1-1/+1
2010-12-08b43: set TMS to work with current band width for N-PHYRafał Miłecki1-0/+6
2010-11-17drivers/net/wireless/b43/main.c: Use printf extension %pVJoe Perches1-12/+36
2010-08-17mac80211: use cipher suite selectorsJohannes Berg1-8/+8
2010-08-16b43: move hwrng registration driver to wireless core initializationJohn W. Linville1-2/+7
2010-08-16b43: update hw/fw version info in wiphy structJohn W. Linville1-0/+5
2010-07-21b43: silence most sparse warningsJohn W. Linville1-1/+1
2010-06-21b43: Clarify logged message after fatal DMA error and switch to PIO modeLarry Finger1-1/+1
2010-05-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+19
2010-05-03b43: Added get_survey callback in order to get channel noiseJohn W. Linville1-0/+18
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-2/+1
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23drivers/net/wireless/b43/main.c:4351: Fixed coding styleDaniel Ngu1-3/+2
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-6/+8
2010-02-27b43: fall back gracefully to PIO mode after fatal DMA errorsLinus Torvalds1-6/+8
2010-02-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-27/+11
2010-02-09b43: remove get_tx_stats() mac80211 opKalle Valo1-22/+0
2010-02-09b43/b43legacy: Wake queues in wireless_core_startLarry Finger1-2/+1
2010-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+10
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-10/+18
2010-02-04b43: Fix throughput regressionLarry Finger1-3/+10
2010-01-26b43: Workaround circular locking in hw-tkip key update callbackMichael Buesch1-8/+5
2010-01-23b43: check band widthRafał Miłecki1-0/+6
2010-01-23mac80211: pass vif and station to update_tkip_keyJohannes Berg1-3/+8
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+7
2010-01-16b43: add new SSB's core id for BCM4328Rafał Miłecki1-0/+1
2010-01-15b43: Declare at least one real firmware file using MODULE_FIRMWARE.Tim Gardner1-1/+6
2009-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-16/+19
2009-12-29mac80211: remove struct ieee80211_if_init_confJohannes Berg1-13/+13
2009-12-29b43: Allow PIO mode to be selected at module loadLarry Finger1-3/+6
2009-12-12Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-12-11b43: Remove reset after fatal DMA errorLarry Finger1-1/+4
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+1
2009-11-11b43: work around a locking issue in ->set_tim()Felix Fietkau1-2/+1
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König1-1/+1
2009-10-30mac80211: remove RX_FLAG_RADIOTAPJohannes Berg1-1/+1
2009-10-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2009-10-27b43/legacy: Fix usage of host_pci pointerMichael Buesch1-2/+2
2009-10-27b43: Fix Bugzilla #14181 and the bug from the previous 'fix'Larry Finger1-1/+0
2009-10-08b43: Fix PPC crash in rfkill polling on unloadLarry Finger1-0/+1
2009-10-08b43: Protect sanity check against physical device removalMichael Buesch1-1/+3
2009-10-08b43: Don't use struct wldev after detach.Michael Buesch1-1/+1
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-96/+128