summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ath9k_hw: simplify tx queue interrupt mask handlingFelix Fietkau2012-03-151-15/+11
| * | | rt2x00: rt2800usb: limit tx queues lengthStanislaw Gruszka2012-03-151-1/+1
| * | | rt2x00: rt2800usb: do not check packedid for aggregated framesStanislaw Gruszka2012-03-151-2/+3
| * | | rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka2012-03-155-64/+101
| * | | rt2x00: rt2800usb: rework txdone codeStanislaw Gruszka2012-03-151-41/+31
| * | | rt2x00: rt2800usb: move additional txdone into new functionStanislaw Gruszka2012-03-151-5/+11
| * | | ath9k: Fix multi-VIF BSS handlingSujith Manoharan2012-03-155-34/+14
| * | | ath9k: Remove aggregation flagsSujith Manoharan2012-03-155-46/+29
| * | | ath9k_hw: Cleanup FastChannelChangeSujith Manoharan2012-03-153-36/+74
| * | | ath9k: Remove 'other' VIF countSujith Manoharan2012-03-153-4/+2
| * | | ath9k: Remove unused variablesSujith Manoharan2012-03-152-6/+0
| * | | ath9k: Remove unnecessary initializationSujith Manoharan2012-03-151-3/+0
| * | | rt2x00: Set IEEE80211_HW_REPORTS_TX_ACK_STATUS in rt2800Helmut Schaa2012-03-151-1/+3
| * | | mwifiex: correction in structure name passed to sizeof()Amitkumar Karwar2012-03-141-1/+1
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 9Yogesh Ashok Powar2012-03-145-95/+94
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 8Yogesh Ashok Powar2012-03-142-70/+73
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 7Yogesh Ashok Powar2012-03-142-121/+114
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 6Yogesh Ashok Powar2012-03-141-92/+96
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 5Yogesh Ashok Powar2012-03-141-173/+170
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar2012-03-143-211/+226
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 3Yogesh Ashok Powar2012-03-143-101/+98
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 2Yogesh Ashok Powar2012-03-143-127/+133
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar2012-03-144-43/+43
| * | | mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2012-03-133-3/+3
| * | | brmc80211: dont use jiffies for BSS TSFJohannes Berg2012-03-131-8/+2
| * | | mwifiex: rename fuctions and variables for better readabilityYogesh Ashok Powar2012-03-131-87/+73
| * | | mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar2012-03-133-70/+68
| * | | mwifiex: use usleep_range instead of udelayYogesh Ashok Powar2012-03-132-5/+5
| * | | mwifiex: merge functions to derive cfp by chan & freq in oneYogesh Ashok Powar2012-03-135-82/+46
| * | | mwifiex: rearrange switch statementYogesh Ashok Powar2012-03-131-111/+87
| * | | mwifiex: rename long function names to shorter onesYogesh Ashok Powar2012-03-136-53/+43
| * | | b43: Load firmware from a work queue and not from the probe routineLarry Finger2012-03-132-27/+35
| * | | b43legacy: Load firmware from work queue instead of from probe routineLarry Finger2012-03-132-13/+23
| * | | Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-03-1325-667/+1228
| |\ \ \
| | * | | ath6kl: fix debug.c file modeKalle Valo2012-03-131-0/+0
| | * | | ath6kl: use max_t() in ath6kl_cfg80211_connect()Kalle Valo2012-03-131-2/+2
| | * | | ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend()Kalle Valo2012-03-131-4/+5
| | * | | ath6kl: replace strict_strtoul() with kstrtoul()Kalle Valo2012-03-131-17/+2
| | * | | ath6kl: fix regression in ath6kl_upload_board_file()Kalle Valo2012-03-131-1/+2
| | * | | ath6kl: Fix merge error in ath6kl_set_ies()Aarthi Thiruvengadam2012-03-121-24/+21
| | * | | ath6kl: make ath6kl_bmi_[read|write]_hi32() endian safeKalle Valo2012-03-071-3/+10
| | * | | ath6kl: fix too long linesKalle Valo2012-03-073-26/+27
| | * | | ath6kl: document all spinlocksKalle Valo2012-03-075-0/+36
| | * | | ath6kl: fix open paranthesis alignment in ath6kl_cfg80211_connect()Kalle Valo2012-03-071-2/+8
| | * | | ath6kl: fix error handling ath6kl_target_config_wlan_params()Kalle Valo2012-03-071-28/+38
| | * | | ath6kl: add ath6kl_bmi_read_hi32()Kalle Valo2012-03-072-16/+11
| | * | | ath6kl: add ath6kl_bmi_write_hi32()Kalle Valo2012-03-072-76/+32
| | * | | ath6kl: remove multiple assignmentsKalle Valo2012-03-071-4/+4
| | * | | ath6kl: logical continuations should be on the previous lineKalle Valo2012-03-074-15/+16
| | * | | ath6kl: alignment should match open parenthesisKalle Valo2012-03-0711-115/+115
OpenPOWER on IntegriCloud