summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-054-41/+24
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-014-39/+23
| |\
| | * mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao2013-01-301-4/+5
| | * rtlwifi: Fix the usage of the wrong variable in usb.cLarry Finger2013-01-281-2/+2
| | * brcmsmac: fix tx status processingArend van Spriel2013-01-281-16/+9
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-281-17/+7
| | |\
| | | * Revert "iwlwifi: fix the reclaimed packet tracking upon flush queue"Emmanuel Grumbach2013-01-241-17/+7
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-238-44/+32
| |\ \ \ | | |/ /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-1710-77/+44
| |\ \ \
* | | | | wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-0422-133/+50
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-28127-2437/+4270
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-2853-170/+6422
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil2013-01-221-1/+1
| | * | | | ath9k: allow setting arbitrary antenna masks on AR9003+Felix Fietkau2013-01-221-0/+3
| | * | | | ath9k_hw: fix chain swap setting when setting rx chainmask to 5Felix Fietkau2013-01-221-19/+6
| | * | | | ath9k_hw: fix calibration issues on chainmask that don't include chain 0Felix Fietkau2013-01-223-1/+4
| | * | | | rtlwifi: Fix build warning introduced by commit a290593Larry Finger2013-01-221-2/+2
| | * | | | iwlegacy: fix IBSS cleanupStanislaw Gruszka2013-01-221-21/+14
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-221-0/+2
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | * | iwlwifi: audit single frames from AGG queue in RSEmmanuel Grumbach2013-01-161-0/+2
| | * | | ath9k: disable the tasklet before taking the PCU lockFelix Fietkau2013-01-141-4/+3
| | * | | ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2013-01-142-14/+0
| | * | | brcmsmac: increase timer reference count for new timers onlyPiotr Haber2013-01-111-3/+4
| | * | | ath9k: fix rx flush handlingFelix Fietkau2013-01-113-21/+12
| | * | | ath9k: add a better fix for the rx tasklet vs rx flush raceFelix Fietkau2013-01-115-19/+4
| | * | | ath9k: remove the WARN_ON that triggers if generating a beacon failsFelix Fietkau2013-01-111-1/+0
| | * | | ath9k: fix double-free bug on beacon generate failureFelix Fietkau2013-01-111-0/+1
| | * | | ath9k: do not link receive buffers during flushFelix Fietkau2013-01-111-4/+6
| | * | | ath9k_htc: Fix memory leakSujith Manoharan2013-01-111-0/+2
| | * | | mwifiex: correct config_bands handling for ibss networkAmitkumar Karwar2013-01-111-1/+1
| | * | | mwifiex: update config_bands during infra associationAmitkumar Karwar2013-01-112-14/+15
| * | | | ath9k_hw: remove a useless WARN_ONFelix Fietkau2013-01-221-3/+0
| * | | | ath9k_hw: reduce struct ar5416AniState sizeFelix Fietkau2013-01-222-14/+6
| * | | | ath9k_hw: remove ath9k_hw_ani_setup and its variablesFelix Fietkau2013-01-224-25/+1
| * | | | ath9k_hw: make the initval parameter to ath9k_hw_write_array constFelix Fietkau2013-01-222-2/+2
| * | | | ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau2013-01-221-37/+32
| * | | | ath9k: clean up processing of pending tx frames on resetFelix Fietkau2013-01-224-59/+32
| * | | | ath9k: stop rx after txFelix Fietkau2013-01-221-2/+2
| * | | | net: wireless/rtlwifi: fix uninitialized variable issueCong Ding2013-01-223-3/+3
| * | | | iwlegacy: don't return zero on failure paths in il4965_pci_probe()Alexey Khoroshilov2013-01-221-0/+1
| * | | | mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()Alexey Khoroshilov2013-01-221-0/+3
| * | | | mwifiex: correction in status codes used for association failureAmitkumar Karwar2013-01-222-5/+18
| * | | | rt2x00: Improve TX status handling for BlockAckReq framesHelmut Schaa2013-01-224-5/+169
| * | | | prism54: bug in getting auth typeDan Carpenter2013-01-221-0/+1
| * | | | b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()Dan Carpenter2013-01-221-22/+8
| * | | | drivers/net/wireless: need consider the not '\0' terminated string.Chen Gang2013-01-221-5/+14
| * | | | ath9k_hw: fix RF bank initializationFelix Fietkau2013-01-224-14/+9
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-2214-88/+64
| |\ \ \ \
| | * | | | wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-1414-88/+64
| * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-228-68/+212
| |\ \ \ \ \
OpenPOWER on IntegriCloud