Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-04-19 | 11 | -46/+39 |
|\ | |||||
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2011-04-14 | 11 | -46/+39 |
| |\ | |||||
| | * | iwlegacy: fix tx_power initialization | Stanislaw Gruszka | 2011-04-13 | 6 | -28/+11 |
| | * | ath9k_htc: Fix ethtool reporting | Sujith Manoharan | 2011-04-12 | 1 | -2/+2 |
| | * | ath9k_hw: fix stopping rx DMA during resets | Felix Fietkau | 2011-04-12 | 4 | -16/+26 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-04-12 | 182 | -12306/+28444 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-04-07 | 22 | -19/+81 |
| |\ \ | |||||
| * | | | iwlagn: move IO functions out of line | Johannes Berg | 2011-04-07 | 8 | -503/+326 |
| * | | | iwlagn: remove ISR ops | Johannes Berg | 2011-04-07 | 6 | -64/+6 |
| * | | | iwlagn: remove rxb page bookkeeping | Johannes Berg | 2011-04-07 | 3 | -5/+0 |
| * | | | iwlagn: remove rev_id | Johannes Berg | 2011-04-07 | 2 | -3/+4 |
| * | | | iwlagn: remove hw_rev | Johannes Berg | 2011-04-07 | 4 | -11/+11 |
| * | | | iwlagn: remove hw_wa_rev | Johannes Berg | 2011-04-07 | 2 | -2/+0 |
| * | | | iwlagn: remove BSM clock setting | Johannes Berg | 2011-04-07 | 6 | -18/+2 |
| * | | | iwlagn: init cmd_queue earlier | Johannes Berg | 2011-04-07 | 1 | -6/+5 |
| * | | | iwlagn: clean up alive handling | Johannes Berg | 2011-04-07 | 4 | -69/+13 |
| * | | | iwlagn: fix ucode verify message | Johannes Berg | 2011-04-07 | 1 | -1/+1 |
| * | | | iwlagn: add feature flags | Johannes Berg | 2011-04-07 | 3 | -4/+44 |
| * | | | iwlagn: check more error return code | Wey-Yi Guy | 2011-04-07 | 1 | -2/+8 |
| * | | | iwlagn: change Copyright to 2011 | Wey-Yi Guy | 2011-04-07 | 53 | -93/+93 |
| * | | | iwlagn: remove ucode_data_backup | Johannes Berg | 2011-04-07 | 2 | -19/+1 |
| * | | | iwlagn: centralize and fix ucode restart | Johannes Berg | 2011-04-07 | 3 | -50/+56 |
| * | | | iwlagn: remove bootstrap code | Johannes Berg | 2011-04-07 | 6 | -39/+4 |
| * | | | iwlagn: verify specific ucode | Johannes Berg | 2011-04-07 | 3 | -41/+14 |
| * | | | iwlagn: simplify ucode check code | Johannes Berg | 2011-04-07 | 1 | -34/+17 |
| * | | | iwlagn: return send calibration result | Wey-Yi Guy | 2011-04-07 | 1 | -3/+1 |
| * | | | iwlagn: remove pointless return variables | Johannes Berg | 2011-04-07 | 3 | -15/+5 |
| * | | | iwlagn: remove more 3945/4965 related defines | Wey-Yi Guy | 2011-04-07 | 1 | -327/+0 |
| * | | | iwlagn: clean up ucode loading | Johannes Berg | 2011-04-07 | 7 | -28/+5 |
| * | | | iwlagn: make mac80211 handlers static | Johannes Berg | 2011-04-07 | 2 | -54/+27 |
| * | | | iwlagn: clean up some 3945/4965 remnants | Johannes Berg | 2011-04-07 | 9 | -994/+63 |
| * | | | iwlagn: remove unused variable | Johannes Berg | 2011-04-07 | 1 | -1/+0 |
| * | | | rt2x00: Drop __TIME__ usage | Michal Marek | 2011-04-07 | 1 | -1/+0 |
| * | | | mwl8k: Do not configure tx power unconditionally | Nishant Sarmukadam | 2011-04-07 | 1 | -3/+6 |
| * | | | ath9k: configure beacons based on hw opmode | Rajkumar Manoharan | 2011-04-07 | 4 | -83/+103 |
| * | | | ath9k: Handle BSSID/AID for multiple interfaces | Rajkumar Manoharan | 2011-04-07 | 2 | -10/+63 |
| * | | | ath9k: Cleanup ath_vif struct | Rajkumar Manoharan | 2011-04-07 | 3 | -8/+1 |
| * | | | ath9k: deny new interface addtion on IBSS mode | Rajkumar Manoharan | 2011-04-07 | 1 | -2/+3 |
| * | | | wl1251: Add support for idle mode | Jarkko Nikula | 2011-04-07 | 3 | -0/+28 |
| * | | | wl1251: Prepare for idle mode support | Jarkko Nikula | 2011-04-07 | 6 | -18/+22 |
| * | | | zd1211rw: rename CR* macros to ZD_CR* | Jussi Kivilinna | 2011-04-07 | 9 | -695/+710 |
| * | | | ath9k: use the hw opmode to select the beacon timer mode | Felix Fietkau | 2011-04-07 | 1 | -1/+1 |
| * | | | ath9k: fix beacon slot processing in ad-hoc mode | Felix Fietkau | 2011-04-07 | 1 | -8/+0 |
| * | | | mwifiex: remove redundant encryption_mode mapping | Yogesh Ashok Powar | 2011-04-07 | 6 | -83/+19 |
| * | | | mwifiex: return success in set_default_key for WPA/WPA2 | Amitkumar Karwar | 2011-04-07 | 1 | -0/+4 |
| * | | | iwlwifi: remove sync_cmd_mutex | Stanislaw Gruszka | 2011-04-07 | 3 | -13/+5 |
| * | | | iwlwifi: more priv->mutex serialization | Stanislaw Gruszka | 2011-04-07 | 1 | -14/+20 |
| * | | | iwlwifi: fix enqueue hcmd race conditions | Stanislaw Gruszka | 2011-04-07 | 2 | -29/+34 |
| * | | | wireless: rt2x00: rt{2500,73}usb.c fix duplicate ids | Xose Vazquez Perez | 2011-04-07 | 2 | -5/+0 |
| * | | | ar9170usb: purge obsolete driver | Christian Lamparter | 2011-04-07 | 15 | -6810/+0 |