Age | Commit message (Expand) | Author | Files | Lines |
2013-06-11 | cw1200: Fix an assorted pile of checkpatch warnings. | Solomon Peachy | 9 | -75/+80 |
2013-06-11 | cw1200: Eliminate the ETF debug/engineering code. | Solomon Peachy | 7 | -349/+2 |
2013-06-11 | cw1200: Remove "ITP" debug subsystem. | Solomon Peachy | 8 | -905/+3 |
2013-06-10 | rt2x00: rt2x00queue: initialize data_queue fields earlier | Gabor Juhos | 1 | -6/+38 |
2013-06-10 | rtlwifi: initialize local array and set value. | Yunlian Jiang | 1 | -1/+1 |
2013-06-10 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw... | John W. Linville | 20 | -66/+371 |
2013-06-10 | cw1200: handle allocation failure in wsm_event_indication() | Dan Carpenter | 1 | -0/+2 |
2013-06-10 | cw1200: read beyond end of array in debug code | Dan Carpenter | 1 | -3/+2 |
2013-06-10 | cw1200: Sanity-check arguments in copy_from_user() | Solomon Peachy | 1 | -4/+14 |
2013-06-10 | cw1200: hwio: Remove an unnecessary goto | Joe Perches | 1 | -1/+0 |
2013-06-05 | iwlwifi: mvm: don't request SMPS on non-STA iface | Eytan Lifshitz | 1 | -0/+3 |
2013-06-05 | iwlwifi: mvm: fix MCAST in AP mode | Emmanuel Grumbach | 1 | -1/+1 |
2013-06-05 | iwlwifi: mvm: enable PM always in unassociated mode | Alexander Bondar | 2 | -0/+5 |
2013-06-04 | iwlwifi: mvm: Change location of vif_count verification for PM | Alexander Bondar | 2 | -26/+17 |
2013-06-04 | iwlwifi: mvm: correctly configure MCAST in AP mode | Emmanuel Grumbach | 3 | -2/+13 |
2013-06-04 | iwlwifi: mvm: reorder Rx handler for performance purposes | Emmanuel Grumbach | 1 | -4/+5 |
2013-06-04 | iwlwifi: mvm: Fix quota command settings | Ilan Peer | 1 | -9/+16 |
2013-06-04 | iwlwifi: don't return -ERFKILL if SEND_IF_RFKILL is set | Eran Harary | 1 | -1/+2 |
2013-06-04 | iwlwifi: mvm: don't enable MIMO when BT is active | Emmanuel Grumbach | 2 | -1/+108 |
2013-06-04 | iwlwifi: mvm: don't start BA agreement when BT is active | Emmanuel Grumbach | 1 | -0/+11 |
2013-06-04 | iwlwifi: mvm: limit the length of the AMPDU when BT is running | Emmanuel Grumbach | 1 | -0/+7 |
2013-06-04 | iwlwifi: mvm: fix the LUT for BT Coex | Emmanuel Grumbach | 1 | -1/+1 |
2013-06-03 | brcmsmac: Reduce log spam in heavy tx, make err print in debug | John Greene | 1 | -1/+1 |
2013-06-03 | ath9k: Do not maintain ANI state per-channel | Sujith Manoharan | 4 | -28/+22 |
2013-06-03 | ath9k: Print ANI statistics in debugfs | Sujith Manoharan | 2 | -19/+64 |
2013-06-03 | ath9k: Set ofdmWeakSigDetect directly | Sujith Manoharan | 4 | -12/+4 |
2013-06-03 | ath9k: Simplify ANI initialization | Sujith Manoharan | 6 | -27/+10 |
2013-06-03 | ath9k: Remove unused structure ath_dbg_bb_mac_samp | Sujith Manoharan | 1 | -39/+0 |
2013-06-03 | ath9k: Enable WoW only for AR9462 | Sujith Manoharan | 7 | -207/+35 |
2013-06-03 | ath9k: Return early for invalid rates | Sujith Manoharan | 1 | -2/+2 |
2013-06-03 | net, ipw2x00: remove redundant D0 power state set | Yijing Wang | 1 | -2/+0 |
2013-06-03 | ath9k: advertise support for active monitor interfaces | Felix Fietkau | 1 | -0/+2 |
2013-06-03 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2 | -2/+16 |
2013-06-03 | cw1200: rename the cw1200 platform definition header | Solomon Peachy | 2 | -2/+2 |
2013-06-03 | cw1200: Rework SDIO platform support to prevent build problems. | Solomon Peachy | 4 | -121/+30 |
2013-06-03 | cw1200: Replace use of 'struct resource' with 'int' for GPIO fields. | Solomon Peachy | 3 | -91/+41 |
2013-06-03 | cw1200: Reference correct 'powerup' GPIO signal. | Solomon Peachy | 2 | -2/+2 |
2013-06-03 | cw1200: move platform_data header to correct location. | Solomon Peachy | 3 | -3/+3 |
2013-06-03 | cw1200: Rename 'sbus' to 'hwbus' | Solomon Peachy | 10 | -123/+119 |
2013-05-31 | Revert "mac80211_hwsim: remove P2P_DEVICE support" | Johannes Berg | 1 | -1/+3 |
2013-05-31 | Revert "iwlwifi: mvm: remove P2P_DEVICE support" | Johannes Berg | 1 | -1/+13 |
2013-05-30 | cw1200: remove unused including <linux/version.h> | Wei Yongjun | 3 | -3/+0 |
2013-05-30 | cw1200: use module_spi_driver to simplify the code | Wei Yongjun | 1 | -14/+1 |
2013-05-30 | cw1200: convert to use simple_open() | Wei Yongjun | 1 | -7/+1 |
2013-05-30 | cw1200: remove duplicated include from wsm.c | Wei Yongjun | 1 | -1/+0 |
2013-05-30 | cw1200: Fix compile with CONFIG_PM=n | Solomon Peachy | 5 | -4/+27 |
2013-05-30 | ath9k: check for Rx-STBC flag and pass it to ieee80211 | Oleksij Rempel | 3 | -3/+15 |
2013-05-30 | ath9k: remove useless flag conversation. | Oleksij Rempel | 4 | -10/+12 |
2013-05-29 | iwlwifi: mvm: implement D3 testing | Johannes Berg | 8 | -21/+182 |
2013-05-29 | cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsets | Solomon Peachy | 32 | -0/+14989 |