summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ath6kl: fix checkpatch error with EPSTAT() macroKalle Valo2012-03-071-3/+7
| * ath6kl: fix pointer styleKalle Valo2012-03-071-2/+2
| * ath6kl: Set optimal listen intvl,bmiss,scan params while going to wow suspendRaja Mani2012-03-074-1/+90
| * ath6kl: Maintain the listen interval per VIF specificRaja Mani2012-03-075-14/+16
| * ath6kl: Check wow state before sending control and data pktRaja Mani2012-03-074-3/+44
| * ath6kl: Add provision to define suspend policy in disconnected state.Raja Mani2012-03-074-8/+25
| * ath6kl: Fix kernel panic while receiving fwlog during bootVasanthakumar Thiagarajan2012-03-063-7/+21
| * Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2012-03-053968-134419/+195002
| |\
| * | ath6kl: Restrict memcpy to bounce buffer only for write requestRaja Mani2012-03-051-1/+4
| * | ath6kl: Fix random system lockupRaja Mani2012-03-011-8/+26
| * | ath6kl: Collect residue firmware logsEtay Luz2012-03-011-0/+1
| * | ath6kl: add padding to firmware log recordsEtay Luz2012-03-011-1/+4
| * | ath6kl: implement hidden ssidThomas Pedersen2012-03-013-1/+27
| * | ath6kl: Clear the IE in firmware if not setAarthi Thiruvengadam2012-03-011-35/+29
| * | ath6kl: Make sure wiphy is registered before calling regulatory_hint()Vasanthakumar Thiagarajan2012-03-013-1/+7
| * | ath6kl: Defer wiphy and netdev registration till the end of ath6kl_core_init()Vasanthakumar Thiagarajan2012-03-011-44/+32
| * | ath6kl: Skip vif index validation in ath6kl_rx() for wmi eventsVasanthakumar Thiagarajan2012-03-011-9/+8