| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-01-28 | 53 | -170/+6422 |
|\ |
|
| * | mwifiex: fix typo in PCIe adapter NULL check | Avinash Patil | 2013-01-22 | 1 | -1/+1 |
| * | ath9k: allow setting arbitrary antenna masks on AR9003+ | Felix Fietkau | 2013-01-22 | 1 | -0/+3 |
| * | ath9k_hw: fix chain swap setting when setting rx chainmask to 5 | Felix Fietkau | 2013-01-22 | 1 | -19/+6 |
| * | ath9k_hw: fix calibration issues on chainmask that don't include chain 0 | Felix Fietkau | 2013-01-22 | 3 | -1/+4 |
| * | rtlwifi: Fix build warning introduced by commit a290593 | Larry Finger | 2013-01-22 | 1 | -2/+2 |
| * | iwlegacy: fix IBSS cleanup | Stanislaw Gruszka | 2013-01-22 | 1 | -21/+14 |
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw... | John W. Linville | 2013-01-22 | 1 | -0/+2 |
| |\ |
|
| | * | iwlwifi: audit single frames from AGG queue in RS | Emmanuel Grumbach | 2013-01-16 | 1 | -0/+2 |
| * | | ath9k: disable the tasklet before taking the PCU lock | Felix Fietkau | 2013-01-14 | 1 | -4/+3 |
| * | | ath9k: remove sc->rx.rxbuflock to fix a deadlock | Felix Fietkau | 2013-01-14 | 2 | -14/+0 |
| * | | brcmsmac: increase timer reference count for new timers only | Piotr Haber | 2013-01-11 | 1 | -3/+4 |
| * | | ath9k: fix rx flush handling | Felix Fietkau | 2013-01-11 | 3 | -21/+12 |
| * | | ath9k: add a better fix for the rx tasklet vs rx flush race | Felix Fietkau | 2013-01-11 | 5 | -19/+4 |
| * | | ath9k: remove the WARN_ON that triggers if generating a beacon fails | Felix Fietkau | 2013-01-11 | 1 | -1/+0 |
| * | | ath9k: fix double-free bug on beacon generate failure | Felix Fietkau | 2013-01-11 | 1 | -0/+1 |
| * | | ath9k: do not link receive buffers during flush | Felix Fietkau | 2013-01-11 | 1 | -4/+6 |
| * | | ath9k_htc: Fix memory leak | Sujith Manoharan | 2013-01-11 | 1 | -0/+2 |
| * | | mwifiex: correct config_bands handling for ibss network | Amitkumar Karwar | 2013-01-11 | 1 | -1/+1 |
| * | | mwifiex: update config_bands during infra association | Amitkumar Karwar | 2013-01-11 | 2 | -14/+15 |
| * | | b43: Fix firmware loading when driver is built into the kernel | Larry Finger | 2013-01-07 | 3 | -16/+48 |
| * | | drivers/net/wireless/iwlegacy: use strlcpy instead of strncpy | Chen Gang | 2013-01-07 | 1 | -1/+1 |
| * | | drivers/net/wireless/mwl8k.c: avoid use-after-free | Nickolai Zeldovich | 2013-01-07 | 1 | -1/+3 |
| * | | rtlwifi: Fix typo in debug output of rtl8192c and rtl8723ae | Julian Wollrath | 2013-01-07 | 2 | -2/+2 |
| * | | wireless: add new wil6210 802.11ad 60GHz driver | Vladimir Kondratiev | 2013-01-04 | 16 | -0/+6195 |
| * | | mwifiex: fix typo in setting up ibss network parameters | Amitkumar Karwar | 2013-01-04 | 1 | -1/+1 |
| * | | mwifiex: check wait_event_interruptible return value | Bing Zhao | 2013-01-04 | 1 | -11/+10 |
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw... | John W. Linville | 2013-01-04 | 2 | -7/+18 |
| |\ \
| | |/ |
|
| | * | iwlwifi: fix the reclaimed packet tracking upon flush queue | Emmanuel Grumbach | 2013-01-03 | 1 | -7/+17 |
| | * | iwlwifi: fix PCIe interrupt handle return value | Johannes Berg | 2013-01-03 | 1 | -0/+1 |
| * | | ath9k: Fix Kconfig for ATH9K_HTC | Vladimir Kondratiev | 2013-01-04 | 1 | -1/+1 |
| * | | brcmfmac: fix parsing rsn ie for ap mode. | Hante Meuleman | 2013-01-02 | 1 | -2/+3 |
| * | | brcmsmac: add copyright information for Canonical | Arend van Spriel | 2013-01-02 | 1 | -0/+1 |
| * | | rtlwifi: rtl8723ae: Fix warning for unchecked pci_map_single() call | Larry Finger | 2013-01-02 | 1 | -0/+10 |
| * | | rtlwifi: rtl8192se: Fix warning for unchecked pci_map_single() call | Larry Finger | 2013-01-02 | 1 | -1/+12 |
| * | | rtlwifi: rtl8192de: Fix warning for unchecked pci_map_single() call | Larry Finger | 2013-01-02 | 1 | -0/+10 |
| * | | rtlwifi: rtl8192ce: Fix warning for unchecked pci_map_single() call | Larry Finger | 2013-01-02 | 1 | -0/+11 |
| * | | rtlwifi: Fix warning for unchecked pci_map_single() call | Larry Finger | 2013-01-02 | 1 | -0/+6 |
| * | | p54usb: add USBIDs for two more p54usb devices | Christian Lamparter | 2013-01-02 | 1 | -0/+3 |
| * | | rtlwifi: Don't leak on error in _rtl_usb_receive() | Jesper Juhl | 2013-01-02 | 1 | -0/+1 |
| * | | ath9k_hw: Fix RX gain initvals for AR9485 | Sujith Manoharan | 2013-01-02 | 1 | -1/+1 |
| * | | brcmsmac: Use udelay instead of usleep_range | Niels Ole Salscheider | 2013-01-02 | 1 | -2/+2 |
| * | | p54usb: add USB ID for T-Com Sinus 154 data II | Tomasz Guszkowski | 2013-01-02 | 1 | -0/+1 |
| * | | carl9170: fix -EINVAL bailout during init with !CONFIG_MAC80211_MESH | Christian Lamparter | 2013-01-02 | 1 | -1/+5 |
| * | | rtlwifi: fix incorrect use of usb_alloc_coherent with usb_control_msg | Jussi Kivilinna | 2013-01-02 | 1 | -4/+3 |
| * | | ath9k: Fix compilation breakage | Sujith Manoharan | 2013-01-02 | 1 | -1/+2 |
| |/ |
|
* | | ath9k_hw: remove a useless WARN_ON | Felix Fietkau | 2013-01-22 | 1 | -3/+0 |
* | | ath9k_hw: reduce struct ar5416AniState size | Felix Fietkau | 2013-01-22 | 2 | -14/+6 |
* | | ath9k_hw: remove ath9k_hw_ani_setup and its variables | Felix Fietkau | 2013-01-22 | 4 | -25/+1 |
* | | ath9k_hw: make the initval parameter to ath9k_hw_write_array const | Felix Fietkau | 2013-01-22 | 2 | -2/+2 |